diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-06-16 15:13:21 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-06-16 15:13:21 +0000 |
commit | 8b5c485e7bc355a4da686a165d0eb7e7f9fbb59f (patch) | |
tree | 061aaa8c7b6ec7b5c9594fa179b577ff8392feb4 /lisp/facemenu.el | |
parent | 39e8f1358f719c6529942ea980da082be4826461 (diff) | |
download | emacs-8b5c485e7bc355a4da686a165d0eb7e7f9fbb59f.tar.gz |
(facemenu-color-alist): Doc fix.
Diffstat (limited to 'lisp/facemenu.el')
-rw-r--r-- | lisp/facemenu.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/facemenu.el b/lisp/facemenu.el index 04f70708359..5478cf12b8c 100644 --- a/lisp/facemenu.el +++ b/lisp/facemenu.el @@ -308,9 +308,8 @@ May also be t meaning to use `facemenu-add-face-function'." ;;; Internal Variables (defvar facemenu-color-alist nil - ;; Don't initialize here; that doesn't work if preloaded. "Alist of colors, used for completion. -If null, `facemenu-read-color' will set it.") +If this is nil, then the value of (defined-colors) is used.") (defun facemenu-update () "Add or update the \"Face\" menu in the menu bar. |