mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-25 19:11:56 +00:00
(facemenu-color-alist): Doc fix.
This commit is contained in:
parent
11f0cdf824
commit
a926c9ceed
@ -308,9 +308,8 @@ May also be t meaning to use `facemenu-add-face-function'."
|
|||||||
;;; Internal Variables
|
;;; Internal Variables
|
||||||
|
|
||||||
(defvar facemenu-color-alist nil
|
(defvar facemenu-color-alist nil
|
||||||
;; Don't initialize here; that doesn't work if preloaded.
|
|
||||||
"Alist of colors, used for completion.
|
"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 ()
|
(defun facemenu-update ()
|
||||||
"Add or update the \"Face\" menu in the menu bar.
|
"Add or update the \"Face\" menu in the menu bar.
|
||||||
|
Loading…
Reference in New Issue
Block a user