diff options
| author | Glenn Morris | 2016-12-03 18:14:53 -0800 |
|---|---|---|
| committer | Glenn Morris | 2016-12-03 18:14:53 -0800 |
| commit | c387127feea588ef3834cc5e933b5d4d61ecadc4 (patch) | |
| tree | 09e31f193d0ccc242730466549e9dc4cb17d391f | |
| parent | 041afb2d37124c5a89e9abcf637a39087e480c9c (diff) | |
| download | emacs-c387127feea588ef3834cc5e933b5d4d61ecadc4.tar.gz emacs-c387127feea588ef3834cc5e933b5d4d61ecadc4.zip | |
Fix markup in read-multiple-choice doc (Bug#25102)
* lisp/emacs-lisp/subr-x.el (read-multiple-choice): Doc fix.
| -rw-r--r-- | lisp/emacs-lisp/subr-x.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. | |||
| 219 | Usage example: | 219 | Usage example: |
| 220 | 220 | ||
| 221 | \(read-multiple-choice \"Continue connecting?\" | 221 | \(read-multiple-choice \"Continue connecting?\" |
| 222 | '((?a \"always\") | 222 | \\='((?a \"always\") |
| 223 | (?s \"session only\") | 223 | (?s \"session only\") |
| 224 | (?n \"no\")))" | 224 | (?n \"no\")))" |
| 225 | (let* ((altered-names nil) | 225 | (let* ((altered-names nil) |