From: Pavel Janík Date: Tue, 11 Dec 2001 07:34:39 +0000 (+0000) Subject: (ctl-x-4-map): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~17789 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=03eeb110b307b9cd27db2e9da0ff05e23c6e4663;p=emacs.git (ctl-x-4-map): Doc fix. --- 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)