1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 16:20:17 -08:00

; Fix typos

This commit is contained in:
Stefan Kangas 2022-11-18 15:48:22 +01:00
parent c116d9f74c
commit ba485eb949
76 changed files with 168 additions and 173 deletions

View file

@ -125,7 +125,7 @@
;;;###autoload
(defun read-multiple-choice (prompt choices &optional help-string show-help
long-form)
"Ask user to select an entry from CHOICES, promting with PROMPT.
"Ask user to select an entry from CHOICES, prompting with PROMPT.
This function allows to ask the user a multiple-choice question.
CHOICES should be a list of the form (KEY NAME [DESCRIPTION]).