From: Glenn Morris Date: Sun, 1 Sep 2013 01:32:41 +0000 (-0700) Subject: Tweak previous change X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1686^2~37 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79a15a36a9badf630a232c3bfd3ee52452d80bc3;p=emacs.git Tweak previous change --- diff --git a/lisp/frame.el b/lisp/frame.el index 66f6b910940..bd023dae37c 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -874,8 +874,8 @@ Set this to the symbol `dark' if your background color is dark, `light' if your background is light, or nil (automatic by default) if you want Emacs to examine the brightness for you. -If you change this without using customize after Emacs has started, -you should use `frame-set-background-mode' to update existing frames." +If you change this without using customize, you should use +`frame-set-background-mode' to update existing frames." :group 'faces :set #'(lambda (var value) (set-default var value)