changeset 3962:38041a5069a8

(Faccessible_keymaps): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 03 Jul 1993 03:58:10 +0000
parents e828d5f28ca2
children 39caef7a70c2
files src/keymap.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/keymap.c	Fri Jul 02 23:05:25 1993 +0000
+++ b/src/keymap.c	Sat Jul 03 03:58:10 1993 +0000
@@ -1048,7 +1048,9 @@
   "Find all keymaps accessible via prefix characters from KEYMAP.\n\
 Returns a list of elements of the form (KEYS . MAP), where the sequence\n\
 KEYS starting from KEYMAP gets you to MAP.  These elements are ordered\n\
-so that the KEYS increase in length.  The first element is (\"\" . KEYMAP).")
+so that the KEYS increase in length.  The first element is (\"\" . KEYMAP).\n\
+An optional argument PREFIX, if non-nil, should be a key sequence;\n\
+then the value includes only maps for prefixes that start with PREFIX.")
   (startmap, prefix)
      Lisp_Object startmap, prefix;
 {