# HG changeset patch # User Pavel Jank # Date 1008056079 0 # Node ID 241e553840f94c0a101d76835e2c3d21ae3bfe4b # Parent 2c42542ebe8348617e8a4c962f71ba96485f360b (ctl-x-4-map): Doc fix. diff -r 2c42542ebe83 -r 241e553840f9 lisp/subr.el --- 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)