unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Patch to fix error in Emacs-Lisp Reference Manual
@ 2005-01-12 19:14 Francis Litterio
  2005-01-13  8:08 ` Thien-Thi Nguyen
  2005-01-13 20:29 ` Richard Stallman
  0 siblings, 2 replies; 7+ messages in thread
From: Francis Litterio @ 2005-01-12 19:14 UTC (permalink / raw)


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 non-@code{nil}, 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2005-01-15  0:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-01-12 19:14 Patch to fix error in Emacs-Lisp Reference Manual Francis Litterio
2005-01-13  8:08 ` Thien-Thi Nguyen
2005-01-13 15:01   ` Luc Teirlinck
2005-01-13 15:38     ` Francis Litterio
2005-01-13 16:06       ` Luc Teirlinck
2005-01-15  0:12       ` Richard Stallman
2005-01-13 20:29 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).