# HG changeset patch # User Richard M. Stallman # Date 1196298527 0 # Node ID 3386f3b8a58fb1d7fbe2de4ded76d3159d64e2f3 # Parent 747f085c3e6a4b3a7c2631515e9803c0d46eadf5 (Fcurrent_local_map): Doc fix. diff -r 747f085c3e6a -r 3386f3b8a58f src/keymap.c --- 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;