diff options
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. |