changeset 86808:3386f3b8a58f

(Fcurrent_local_map): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Thu, 29 Nov 2007 01:08:47 +0000
parents 747f085c3e6a
children 8ac1aa3f0181
files src/keymap.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keymap.c	Wed Nov 28 08:37:20 2007 +0000
+++ b/src/keymap.c	Thu Nov 29 01:08:47 2007 +0000
@@ -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;