diff options
| -rw-r--r-- | lisp/frame.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/frame.el b/lisp/frame.el index bd023dae37c..3668f24ba01 100644 --- a/lisp/frame.el +++ b/lisp/frame.el | |||
| @@ -875,7 +875,8 @@ Set this to the symbol `dark' if your background color is dark, | |||
| 875 | if you want Emacs to examine the brightness for you. | 875 | if you want Emacs to examine the brightness for you. |
| 876 | 876 | ||
| 877 | If you change this without using customize, you should use | 877 | If you change this without using customize, you should use |
| 878 | `frame-set-background-mode' to update existing frames." | 878 | `frame-set-background-mode' to update existing frames; |
| 879 | e.g. (mapc 'frame-set-background-mode (frame-list))." | ||
| 879 | :group 'faces | 880 | :group 'faces |
| 880 | :set #'(lambda (var value) | 881 | :set #'(lambda (var value) |
| 881 | (set-default var value) | 882 | (set-default var value) |