We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc2b7a commit 9b3b15fCopy full SHA for 9b3b15f
aas.el
@@ -251,8 +251,8 @@ Use for the typing history, `aas--current-prefix-maps' and
251
;; unseccesfull. remove dead end from the list
252
(cl-callf cdr current-map-sublist)
253
(setcdr prev current-map-sublist)))
254
- ;; Make sure the loop progresses even in the face of odd output from
255
- ;; `this-command-keys'
+ ;; Make sure the loop progress even in the face of objectionable output from
+ ;; (this-command-keys)
256
(t (cl-callf cdr current-map-sublist)
257
(setcdr prev current-map-sublist))))))
258
0 commit comments