diff options
| -rw-r--r-- | lisp/facemenu.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/facemenu.el b/lisp/facemenu.el index 26a0231bf1a..968a115c5d1 100644 --- a/lisp/facemenu.el +++ b/lisp/facemenu.el | |||
| @@ -516,7 +516,7 @@ argument BUFFER-NAME is nil, it defaults to *Colors*." | |||
| 516 | (let ((lc (nthcdr (1- (display-color-cells)) list))) | 516 | (let ((lc (nthcdr (1- (display-color-cells)) list))) |
| 517 | (if lc | 517 | (if lc |
| 518 | (setcdr lc nil))))) | 518 | (setcdr lc nil))))) |
| 519 | (with-output-to-temp-buffer (or buffer-name "*Colors*") | 519 | (with-help-window (or buffer-name "*Colors*") |
| 520 | (save-excursion | 520 | (save-excursion |
| 521 | (set-buffer standard-output) | 521 | (set-buffer standard-output) |
| 522 | (setq truncate-lines t) | 522 | (setq truncate-lines t) |