From 4bb6c266e4c36335826f4668076ec72af74a3971 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 29 Nov 2007 01:08:57 +0000 Subject: [PATCH] (Fcurrent_local_map): Doc fix. --- src/ChangeLog | 4 ++++ src/keymap.c | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) 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; -- 2.39.2