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:
Glenn Morris 2016-12-03 18:14:53 -08:00
parent 041afb2d37
commit c387127fee

View file

@ -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)