(Fcurrent_local_map): Doc fix.

This commit is contained in:
Richard M. Stallman 2007-11-29 01:08:57 +00:00
parent e829b12cf2
commit 4bb6c266e4
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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.

View file

@ -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;