diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-12-11 07:34:39 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-12-11 07:34:39 +0000 |
commit | 03eeb110b307b9cd27db2e9da0ff05e23c6e4663 (patch) | |
tree | e7fc8e32f5c28889dec4dbb81a7bd79750e29bbd /lisp/subr.el | |
parent | cf9ebd49918f4c2a9ed46efa29bf2d0b84ee2852 (diff) | |
download | emacs-03eeb110b307b9cd27db2e9da0ff05e23c6e4663.tar.gz emacs-03eeb110b307b9cd27db2e9da0ff05e23c6e4663.tar.bz2 emacs-03eeb110b307b9cd27db2e9da0ff05e23c6e4663.zip |
(ctl-x-4-map): Doc fix.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 3125a577fd2..4232fd77e09 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -475,7 +475,7 @@ The normal global definition of the character ESC indirects to this keymap.") The normal global definition of the character C-x indirects to this keymap.") (defvar ctl-x-4-map (make-sparse-keymap) - "Keymap for subcommands of C-x 4") + "Keymap for subcommands of C-x 4.") (defalias 'ctl-x-4-prefix ctl-x-4-map) (define-key ctl-x-map "4" 'ctl-x-4-prefix) |