emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch to fix error in Emacs-Lisp Reference Manual


From: Francis Litterio
Subject: Patch to fix error in Emacs-Lisp Reference Manual
Date: Wed, 12 Jan 2005 14:14:56 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (windows-nt)

The "Active Keymaps" node in the Emacs-Lisp Reference Manual (in file
keymaps.texi) contradicts itself regarding the semantics of variable
overriding-local-map.  The below patch fixes this contradiction.
--
Francis Litterio
franl <at> world . std . com


--- keymaps.texi        10 Aug 2004 11:40:14 -0400      1.53
+++ keymaps.texi        12 Jan 2005 14:14:34 -0500      
@@ -566,7 +566,7 @@
 supply a binding for the key, Emacs searches the local map; if that too
 has no binding, Emacs then searches the global map.  However, if
 @code{overriding-local-map} is address@hidden, Emacs searches that map
-first, before the global map.
+first, before the minor mode maps.
 
 @cindex major mode keymap
   Since every buffer that uses the same major mode normally uses the





reply via email to

[Prev in Thread] Current Thread [Next in Thread]