Skip to content

Commit 9b3b15f

Browse files
ymarcoRahguzar
authored andcommitted
refactor function documentation
1 parent ddc2b7a commit 9b3b15f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aas.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ Use for the typing history, `aas--current-prefix-maps' and
251251
;; unseccesfull. remove dead end from the list
252252
(cl-callf cdr current-map-sublist)
253253
(setcdr prev current-map-sublist)))
254-
;; Make sure the loop progresses even in the face of odd output from
255-
;; `this-command-keys'
254+
;; Make sure the loop progress even in the face of objectionable output from
255+
;; (this-command-keys)
256256
(t (cl-callf cdr current-map-sublist)
257257
(setcdr prev current-map-sublist))))))
258258

0 commit comments

Comments
 (0)