+2001-10-08 Sam Steingold <sds@gnu.org>
+
+ * keymap.c (current-active-maps): Quote newlines (compilation error).
+
2001-10-08 Eli Zaretskii <eliz@is.elta.co.il>
* Makefile.in (lisp, shortlisp): Replace bindings.el with
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;