diff options
| author | Juanma Barranquero | 2006-12-10 23:49:36 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-12-10 23:49:36 +0000 |
| commit | a3c0e1884eb1fc4e38656fac6889d3f72a1fd7df (patch) | |
| tree | aee1f2523604fbc5858cceeb6487e28d9291886a | |
| parent | 8f2904a5d7cce61edce90a3cc7e6ecd010aedcbd (diff) | |
| download | emacs-a3c0e1884eb1fc4e38656fac6889d3f72a1fd7df.tar.gz emacs-a3c0e1884eb1fc4e38656fac6889d3f72a1fd7df.zip | |
(vi-char-argument): Doc fix.
| -rw-r--r-- | lisp/emulation/vi.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/vi.el b/lisp/emulation/vi.el index 559d1677347..54fb2d1e997 100644 --- a/lisp/emulation/vi.el +++ b/lisp/emulation/vi.el | |||
| @@ -820,7 +820,7 @@ The given COUNT is remembered for future scrollings." | |||
| 820 | 820 | ||
| 821 | (defun vi-char-argument (arg) | 821 | (defun vi-char-argument (arg) |
| 822 | "Get following character (could be any CHAR) as part of the prefix argument. | 822 | "Get following character (could be any CHAR) as part of the prefix argument. |
| 823 | Possible prefix-arg cases are NIL, INTEGER, (NIL . CHAR) or (INTEGER . CHAR)." | 823 | Possible prefix-arg cases are nil, INTEGER, (nil . CHAR) or (INTEGER . CHAR)." |
| 824 | (interactive "P") | 824 | (interactive "P") |
| 825 | (let ((char (read-char))) | 825 | (let ((char (read-char))) |
| 826 | (cond ((null arg) (setq prefix-arg (cons nil char))) | 826 | (cond ((null arg) (setq prefix-arg (cons nil char))) |