From c387127feea588ef3834cc5e933b5d4d61ecadc4 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 3 Dec 2016 18:14:53 -0800 Subject: [PATCH] Fix markup in read-multiple-choice doc (Bug#25102) * lisp/emacs-lisp/subr-x.el (read-multiple-choice): Doc fix. --- lisp/emacs-lisp/subr-x.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/subr-x.el b/lisp/emacs-lisp/subr-x.el index 7d1e1c9237a..fdcfa7091c4 100644 --- a/lisp/emacs-lisp/subr-x.el +++ b/lisp/emacs-lisp/subr-x.el @@ -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) -- 2.39.2