]> git.eshelyaron.com Git - emacs.git/commitdiff
(ctl-x-4-map): Doc fix.
authorPavel Janík <Pavel@Janik.cz>
Tue, 11 Dec 2001 07:34:39 +0000 (07:34 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 11 Dec 2001 07:34:39 +0000 (07:34 +0000)
lisp/subr.el

index 3125a577fd2d883a0c8923633b3437d3d79cbde0..4232fd77e09410dc38cf1c8f3d5cd553bd2bd0bb 100644 (file)
@@ -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)