diff lisp/subr.el @ 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 812e52cc5162
children 2b1145fdbe6e
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)