diff options
| author | Glenn Morris | 2013-08-31 18:52:54 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-08-31 18:52:54 -0700 |
| commit | 2e4a0a90718bae5534d74a6dd3d232c7d9bf61be (patch) | |
| tree | 3f557392bd819fd2bb2691445d9c37aa44e3f792 /lisp | |
| parent | 79a15a36a9badf630a232c3bfd3ee52452d80bc3 (diff) | |
| download | emacs-2e4a0a90718bae5534d74a6dd3d232c7d9bf61be.tar.gz emacs-2e4a0a90718bae5534d74a6dd3d232c7d9bf61be.zip | |
Further tweak previous change
Diffstat (limited to 'lisp')
| -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) |