From 79a15a36a9badf630a232c3bfd3ee52452d80bc3 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 31 Aug 2013 18:32:41 -0700 Subject: [PATCH] Tweak previous change --- lisp/frame.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) -- 2.39.2