]> git.eshelyaron.com Git - emacs.git/commitdiff
(Faccessible_keymaps): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sat, 3 Jul 1993 03:58:10 +0000 (03:58 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 3 Jul 1993 03:58:10 +0000 (03:58 +0000)
src/keymap.c

index f3567a8d13b334c961b8cbe04dfd9c93a91b60c2..f1af4e4103ef2cf6625a2f947103b71c837b4d2a 100644 (file)
@@ -1048,7 +1048,9 @@ DEFUN ("accessible-keymaps", Faccessible_keymaps, Saccessible_keymaps,
   "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;
 {