]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix markup in read-multiple-choice doc (Bug#25102)
authorGlenn Morris <rgm@gnu.org>
Sun, 4 Dec 2016 02:14:53 +0000 (18:14 -0800)
committerGlenn Morris <rgm@gnu.org>
Sun, 4 Dec 2016 02:14:53 +0000 (18:14 -0800)
* lisp/emacs-lisp/subr-x.el (read-multiple-choice): Doc fix.

lisp/emacs-lisp/subr-x.el

index 7d1e1c9237a5c7594030485d37da1529b0443b06..fdcfa7091c4fb36c68e695f4dc841274eea30133 100644 (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)