diff options
author | Sam Steingold <sds@gnu.org> | 2001-10-08 13:33:20 +0000 |
---|---|---|
committer | Sam Steingold <sds@gnu.org> | 2001-10-08 13:33:20 +0000 |
commit | 0c4d9527dd66841f3c42f0405dc0f70415618e19 (patch) | |
tree | 4dac62a00147f811c22af11e4854540879866d95 /src/keymap.c | |
parent | 9985827feca70e0ba3f370603763c144f79b1f41 (diff) | |
download | emacs-0c4d9527dd66841f3c42f0405dc0f70415618e19.tar.gz |
current-active-maps: quote newlines
Diffstat (limited to 'src/keymap.c')
-rw-r--r-- | src/keymap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keymap.c b/src/keymap.c index d4f23bb3dab..e41af212eb0 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -1254,8 +1254,8 @@ current_minor_maps (modeptr, mapptr) DEFUN ("current-active-maps", Fcurrent_active_maps, Scurrent_active_maps, 0, 1, 0, - "Return a list of the currently active keymaps. -OLP if non-nil indicates that we should obey `overriding-local-map' and + "Return a list of the currently active keymaps.\n\ +OLP if non-nil indicates that we should obey `overriding-local-map' and\n\ `overriding-terminal-local-map'.") (olp) Lisp_Object olp; |