# HG changeset patch # User Richard M. Stallman # Date 741671890 0 # Node ID 38041a5069a8563cba01112a3aa67d8838685f1d # Parent e828d5f28ca204a8f57c843d2949719260f3de11 (Faccessible_keymaps): Doc fix. diff -r e828d5f28ca2 -r 38041a5069a8 src/keymap.c --- 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; {