From 03eeb110b307b9cd27db2e9da0ff05e23c6e4663 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Jan=C3=ADk?= Date: Tue, 11 Dec 2001 07:34:39 +0000 Subject: [PATCH] (ctl-x-4-map): Doc fix. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2