summaryrefslogtreecommitdiff
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2016-07-22 11:08:13 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2016-07-22 11:08:21 +0200
commitad90397c599034a5f2a977baf9d04802f986eee2 (patch)
treea67db24a98de952af5db6b14dca57682ed13d1b1 /lisp/faces.el
parent431641a2ecbd787a692957bcc5e59b600f63e832 (diff)
downloademacs-ad90397c599034a5f2a977baf9d04802f986eee2.tar.gz
Move read-multiple-choice to subr-x.el
* lisp/faces.el (read-multiple-choice-face): Fix doc string. * lisp/emacs-lisp/subr-x.el (read-multiple-choice): Move here from subr.el. * lisp/gnus/message.el (subr-x): Ditto. * lisp/net/nsm.el: Require subr-x for read-multiple-choice. read-multiple-choice doesn't need to be in the dumped Emacs, so move it to a less central file.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 426de3b81db..a7c4cce741f 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -2749,7 +2749,7 @@ It is used for characters of no fonts too."
(defface read-multiple-choice-face
'((t (:inherit underline
:weight bold)))
- "Face for the symbol name in Apropos output."
+ "Face for the symbol name in `read-multiple-choice' output."
:group 'basic-faces
:version "25.2")