From ea32ef465178e9fe9fc9699dbc74589de291b2b2 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 3 Feb 2012 20:00:51 -0500 Subject: [PATCH] * lisp/facemenu.el (list-colors-display): Doc fix (minor rephrasing). --- lisp/ChangeLog | 2 ++ lisp/facemenu.el | 11 ++++------- 2 files changed, 6 insertions(+), 7 deletions(-) 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))) -- 2.39.2