]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc clarification for call-interactively
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 17 Aug 2019 21:17:47 +0000 (14:17 -0700)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 17 Aug 2019 21:17:47 +0000 (14:17 -0700)
* src/callint.c (Fcall_interactively): Be explicit about what we
mean by "inquire" in the doc string (bug#15653).

src/callint.c

index 812287d365f2e7059b8a756f5e2fea3510b8a11b..d76836f32b2be72d4db40b661d0e33bafb00364a 100644 (file)
@@ -268,8 +268,9 @@ means unconditionally put this command in the variable `command-history'.
 Otherwise, this is done only if an arg is read using the minibuffer.
 
 Optional third arg KEYS, if given, specifies the sequence of events to
-supply, as a vector, if the command inquires which events were used to
-invoke it.  If KEYS is omitted or nil, the return value of
+supply, as a vector, if FUNCTION inquires which events were used to
+invoke it (via an `interactive' spec that contains, for instance, an
+\"e\" code letter).  If KEYS is omitted or nil, the return value of
 `this-command-keys-vector' is used.  */)
   (Lisp_Object function, Lisp_Object record_flag, Lisp_Object keys)
 {