Mercurial > emacs
changeset 41955:241e553840f9
(ctl-x-4-map): Doc fix.
author | Pavel Janík <Pavel@Janik.cz> |
---|---|
date | Tue, 11 Dec 2001 07:34:39 +0000 |
parents | 2c42542ebe83 |
children | 48dc7989392b |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Tue Dec 11 07:34:10 2001 +0000 +++ b/lisp/subr.el Tue Dec 11 07:34:39 2001 +0000 @@ -475,7 +475,7 @@ 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)