emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107078: * lisp/facemenu.el (list-col


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107078: * lisp/facemenu.el (list-colors-display): Doc fix (minor rephrasing).
Date: Fri, 03 Feb 2012 20:00:51 -0500
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107078
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-02-03 20:00:51 -0500
message:
  * lisp/facemenu.el (list-colors-display): Doc fix (minor rephrasing).
modified:
  lisp/ChangeLog
  lisp/facemenu.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-02-04 00:59:58 +0000
+++ b/lisp/ChangeLog    2012-02-04 01:00:51 +0000
@@ -1,5 +1,7 @@
 2012-02-04  Glenn Morris  <address@hidden>
 
+       * 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  <address@hidden>

=== modified file 'lisp/facemenu.el'
--- a/lisp/facemenu.el  2012-01-19 07:21:25 +0000
+++ b/lisp/facemenu.el  2012-02-04 01:00:51 +0000
@@ -519,17 +519,14 @@
   "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)))


reply via email to

[Prev in Thread] Current Thread [Next in Thread]