emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/keymap.c,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/keymap.c,v
Date: Thu, 29 Nov 2007 01:08:48 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/11/29 01:08:47

Index: keymap.c
===================================================================
RCS file: /cvsroot/emacs/emacs/src/keymap.c,v
retrieving revision 1.364
retrieving revision 1.365
diff -u -b -r1.364 -r1.365
--- keymap.c    22 Nov 2007 16:15:44 -0000      1.364
+++ keymap.c    29 Nov 2007 01:08:47 -0000      1.365
@@ -2014,7 +2014,8 @@
 }
 
 DEFUN ("current-local-map", Fcurrent_local_map, Scurrent_local_map, 0, 0, 0,
-       doc: /* Return current buffer's local keymap, or nil if it has none.  
*/)
+       doc: /* Return current buffer's local keymap, or nil if it has none.
+Normally the local keymap is set by the major mode with `use-local-map'.  */)
      ()
 {
   return current_buffer->keymap;




reply via email to

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