# HG changeset patch # User Richard M. Stallman # Date 707625651 0 # Node ID 71f59bd24996201e34b90416dd86cba250560e6a # Parent 026f978690be8aa1a1eeda968e3e8435fce38c45 *** empty log message *** diff -r 026f978690be -r 71f59bd24996 src/keyboard.c --- a/src/keyboard.c Wed Jun 03 22:58:36 1992 +0000 +++ b/src/keyboard.c Thu Jun 04 02:40:51 1992 +0000 @@ -1451,8 +1451,9 @@ DEFUN ("track-mouse", Ftrack_mouse, Strack_mouse, 0, UNEVALLED, 0, "Evaluate BODY with mouse movement and button release events enabled.\n\ -Within a track-mouse, read-event reports mouse movement and button releases;\n\ -otherwise, they are ignored.") +Within a `track-mouse', mouse motion and button releases generate input\n\ +events that you can read with `read-event'.\n\ +Normally, these occurrences don't generate events.") (args) Lisp_Object args; { diff -r 026f978690be -r 71f59bd24996 src/minibuf.c --- a/src/minibuf.c Wed Jun 03 22:58:36 1992 +0000 +++ b/src/minibuf.c Thu Jun 04 02:40:51 1992 +0000 @@ -732,7 +732,7 @@ DEFUN ("completing-read", Fcompleting_read, Scompleting_read, 2, 6, 0, "Read a string in the minibuffer, with completion.\n\ -Args are PROMPT, TABLE, PREDICATE, REQUIRE-MATCH and INITIAL-INPUT.\n\ +Args: PROMPT, TABLE, PREDICATE, REQUIRE-MATCH, INITIAL-INPUT, BACKUP-N.\n\ PROMPT is a string to prompt with; normally it ends in a colon and a space.\n\ TABLE is an alist whose elements' cars are strings, or an obarray.\n\ PREDICATE limits completion to a subset of TABLE.\n\