From: Richard M. Stallman Date: Thu, 29 Nov 2007 01:08:57 +0000 (+0000) Subject: (Fcurrent_local_map): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~9268 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4bb6c266e4c36335826f4668076ec72af74a3971;p=emacs.git (Fcurrent_local_map): Doc fix. --- diff --git a/src/ChangeLog b/src/ChangeLog index 97070d1e3c4..c7a7051003d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2007-11-29 Richard Stallman + + * keymap.c (Fcurrent_local_map): Doc fix. + 2007-11-28 Petr Salinger (tiny change) * s/gnu-kfreebsd.h: New file. diff --git a/src/keymap.c b/src/keymap.c index 88b63e40fcc..5cfa8e7e1ce 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -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;