]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/facemenu.el (list-colors-display): Doc fix (minor rephrasing).
authorGlenn Morris <rgm@gnu.org>
Sat, 4 Feb 2012 01:00:51 +0000 (20:00 -0500)
committerGlenn Morris <rgm@gnu.org>
Sat, 4 Feb 2012 01:00:51 +0000 (20:00 -0500)
lisp/ChangeLog
lisp/facemenu.el

index 11515ad013ece24f2ea3fa9400f3e08a6e42555e..50340b0d7219d7077439474a220e5badf15eb474 100644 (file)
@@ -1,5 +1,7 @@
 2012-02-04  Glenn Morris  <rgm@gnu.org>
 
+       * facemenu.el (list-colors-display): Doc fix (minor rephrasing).
+
        * ido.el (ido-find-file): Doc fix (ido-toggle-vc not on any key).
 
 2012-02-03  Glenn Morris  <rgm@gnu.org>
index e5d14be15dd4241646a2a8aafba1fd73837eb086..743115839b231b853ead176fe47776497c6a2ac4 100644 (file)
@@ -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)))