From: Richard M. Stallman Date: Sat, 3 Jul 1993 03:58:10 +0000 (+0000) Subject: (Faccessible_keymaps): Doc fix. X-Git-Tag: emacs-19.34~11889 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f66ef18523768c55e1c56df1c7456952322b9c30;p=emacs.git (Faccessible_keymaps): Doc fix. --- diff --git a/src/keymap.c b/src/keymap.c index f3567a8d13b..f1af4e4103e 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -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; {