]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fcurrent_local_map): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 29 Nov 2007 01:08:57 +0000 (01:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 29 Nov 2007 01:08:57 +0000 (01:08 +0000)
src/ChangeLog
src/keymap.c

index 97070d1e3c4c7b5f496fc0aecdd7babdb4b8907a..c7a7051003da4f3817decd3bedbd6416002cad28 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-29  Richard Stallman  <rms@gnu.org>
+
+       * keymap.c (Fcurrent_local_map): Doc fix.
+
 2007-11-28  Petr Salinger  <Petr.Salinger@seznam.cz>  (tiny change)
 
        * s/gnu-kfreebsd.h: New file.
index 88b63e40fccda0bb0c60ce785aa5039a5d9fcca7..5cfa8e7e1ceb4dfc230ba420e7d56fad13dad48a 100644 (file)
@@ -2014,7 +2014,8 @@ If KEYMAP is nil, that means no local keymap.  */)
 }
 
 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;