Mercurial > emacs
diff src/keymap.c @ 86808:3386f3b8a58f
(Fcurrent_local_map): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 29 Nov 2007 01:08:47 +0000 |
| parents | 1cebf9cacc3c |
| children | 107ccd98fa12 53108e6cea98 |
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;
