emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master c81c041: Doc clarification for call-interactively


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master c81c041: Doc clarification for call-interactively
Date: Sat, 17 Aug 2019 17:21:38 -0400 (EDT)

branch: master
commit c81c041f605afe9c9fb64d4f821a153dafd6f94d
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Doc clarification for call-interactively
    
    * src/callint.c (Fcall_interactively): Be explicit about what we
    mean by "inquire" in the doc string (bug#15653).
---
 src/callint.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/callint.c b/src/callint.c
index 812287d..d76836f 100644
--- a/src/callint.c
+++ b/src/callint.c
@@ -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)
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]