From: Glenn Morris Date: Sat, 4 Feb 2012 01:00:51 +0000 (-0500) Subject: * lisp/facemenu.el (list-colors-display): Doc fix (minor rephrasing). X-Git-Tag: emacs-pretest-24.0.94~343 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea32ef465178e9fe9fc9699dbc74589de291b2b2;p=emacs.git * lisp/facemenu.el (list-colors-display): Doc fix (minor rephrasing). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 11515ad013e..50340b0d721 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2012-02-04 Glenn Morris + * 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 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)))