]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_keyboard) <overriding-local-map>: Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 12 Mar 2001 14:48:45 +0000 (14:48 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 12 Mar 2001 14:48:45 +0000 (14:48 +0000)
src/ChangeLog
src/keyboard.c

index 864a123c94c424ab69a82831d52750504aa9411c..d03b76d6083789ecfd043d033ce606080e9209dc 100644 (file)
@@ -1,3 +1,8 @@
+2001-03-12  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * keyboard.c (syms_of_keyboard) <overriding-terminal-local-map>:
+       Doc fix.
+
 2001-03-12  Gerd Moellmann  <gerd@gnu.org>
 
        * xrdb.c (x_load_resources) [USE_MOTIF]: Remove extraneous arg
index 3c01af43475c4c2cc4b60a5feb1c0af82610ce46..d3b6cd23a42a5fc2c5e74c390fc650055e9e2da3 100644 (file)
@@ -10620,7 +10620,7 @@ The elements of the list are event types that may have menu bar bindings.");
     "Per-terminal keymap that overrides all other local keymaps.\n\
 If this variable is non-nil, it is used as a keymap instead of the\n\
 buffer's local map, and the minor mode keymaps and text property keymaps.\n\
-This variable is intended to let commands such as `universal-argumemnt'\n\
+This variable is intended to let commands such as `universal-argument'\n\
 set up a different keymap for reading the next command.");
 
   DEFVAR_LISP ("overriding-local-map", &Voverriding_local_map,