mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-15 08:21:18 +00:00
Merge from origin/emacs-30
894b0e3a2f
; Adapt comment in tramp.elcc87717fa0
Add keyword placeholder to tramp.el7d0d61d854
Rewrite ERT manual introductionb2f124f2a8
; cperl-mode.el: Don't misinterpret exec_fcn as keyword exec59d1aac49d
Document return values of the various read-* functions
This commit is contained in:
commit
99852fb867
21 changed files with 80 additions and 36 deletions
|
@ -326,6 +326,7 @@ variable."
|
|||
(defun read-answer (question answers)
|
||||
"Read an answer either as a complete word or its character abbreviation.
|
||||
Ask user a question and accept an answer from the list of possible answers.
|
||||
Return the long answer even when accepting short ones.
|
||||
|
||||
QUESTION should end in a space; this function adds a list of answers to it.
|
||||
|
||||
|
@ -349,8 +350,6 @@ Example:
|
|||
|
||||
When `read-answer-short' is non-nil, accept short answers.
|
||||
|
||||
Return a long answer even in case of accepting short ones.
|
||||
|
||||
When `use-dialog-box' is t, pop up a dialog window to get user input."
|
||||
(let* ((short (if (eq read-answer-short 'auto)
|
||||
(or use-short-answers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue