summaryrefslogtreecommitdiff
path: root/lisp/facemenu.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-02-03 20:00:51 -0500
committerGlenn Morris <rgm@gnu.org>2012-02-03 20:00:51 -0500
commitea32ef465178e9fe9fc9699dbc74589de291b2b2 (patch)
tree030908c9e5d05b6ae54997313d41871ff77b5937 /lisp/facemenu.el
parent8ded50f24a96e5996578228a847e696f91fec286 (diff)
downloademacs-ea32ef465178e9fe9fc9699dbc74589de291b2b2.tar.gz
* lisp/facemenu.el (list-colors-display): Doc fix (minor rephrasing).
Diffstat (limited to 'lisp/facemenu.el')
-rw-r--r--lisp/facemenu.el11
1 files changed, 4 insertions, 7 deletions
diff --git a/lisp/facemenu.el b/lisp/facemenu.el
index e5d14be15dd..743115839b2 100644
--- a/lisp/facemenu.el
+++ b/lisp/facemenu.el
@@ -519,17 +519,14 @@ filter out the color from the output."
"Display names of defined colors, and show what they look like.
If the optional argument LIST is non-nil, it should be a list of
colors to display. Otherwise, this command computes a list of
-colors that the current display can handle.
+colors that the current display can handle. Customize
+`list-colors-sort' to change the order in which colors are shown.
-If the optional argument BUFFER-NAME is nil, it defaults to
-*Colors*.
+If the optional argument BUFFER-NAME is nil, it defaults to *Colors*.
If the optional argument CALLBACK is non-nil, it should be a
function to call each time the user types RET or clicks on a
-color. The function should accept a single argument, the color
-name.
-
-You can change the color sort order by customizing `list-colors-sort'."
+color. The function should accept a single argument, the color name."
(interactive)
(when (and (null list) (> (display-color-cells) 0))
(setq list (list-colors-duplicates (defined-colors)))