diff options
| -rw-r--r-- | lisp/facemenu.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/facemenu.el b/lisp/facemenu.el index 2d06658b55c..8db1b42db44 100644 --- a/lisp/facemenu.el +++ b/lisp/facemenu.el | |||
| @@ -539,6 +539,7 @@ filter out the color from the output." | |||
| 539 | This is installed as a `revert-buffer-function' in the *Colors* buffer." | 539 | This is installed as a `revert-buffer-function' in the *Colors* buffer." |
| 540 | (list-colors-display nil (buffer-name) list-colors-callback)) | 540 | (list-colors-display nil (buffer-name) list-colors-callback)) |
| 541 | 541 | ||
| 542 | ;;;###autoload | ||
| 542 | (defun list-colors-display (&optional list buffer-name callback) | 543 | (defun list-colors-display (&optional list buffer-name callback) |
| 543 | "Display names of defined colors, and show what they look like. | 544 | "Display names of defined colors, and show what they look like. |
| 544 | If the optional argument LIST is non-nil, it should be a list of | 545 | If the optional argument LIST is non-nil, it should be a list of |