mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(vi-char-argument): Doc fix.
This commit is contained in:
parent
8f2904a5d7
commit
a3c0e1884e
1 changed files with 1 additions and 1 deletions
|
|
@ -820,7 +820,7 @@ The given COUNT is remembered for future scrollings."
|
|||
|
||||
(defun vi-char-argument (arg)
|
||||
"Get following character (could be any CHAR) as part of the prefix argument.
|
||||
Possible prefix-arg cases are NIL, INTEGER, (NIL . CHAR) or (INTEGER . CHAR)."
|
||||
Possible prefix-arg cases are nil, INTEGER, (nil . CHAR) or (INTEGER . CHAR)."
|
||||
(interactive "P")
|
||||
(let ((char (read-char)))
|
||||
(cond ((null arg) (setq prefix-arg (cons nil char)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue