mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Fix markup in read-multiple-choice doc (Bug#25102)
* lisp/emacs-lisp/subr-x.el (read-multiple-choice): Doc fix.
This commit is contained in:
parent
041afb2d37
commit
c387127fee
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ The return value is the matching entry from the CHOICES list.
|
|||
Usage example:
|
||||
|
||||
\(read-multiple-choice \"Continue connecting?\"
|
||||
'((?a \"always\")
|
||||
\\='((?a \"always\")
|
||||
(?s \"session only\")
|
||||
(?n \"no\")))"
|
||||
(let* ((altered-names nil)
|
||||
|
|
|
|||
Loading…
Reference in a new issue