+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.
}
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;