emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/custom.el


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/custom.el
Date: Sat, 24 Dec 2005 15:21:46 +0000

Index: emacs/lisp/custom.el
diff -u emacs/lisp/custom.el:1.108 emacs/lisp/custom.el:1.109
--- emacs/lisp/custom.el:1.108  Sat Dec 24 01:26:54 2005
+++ emacs/lisp/custom.el        Sat Dec 24 15:21:45 2005
@@ -637,14 +637,15 @@
    \(jonadab set underline)
    \(gnome2 set info-xref)
 
-The theme `subtle-hacker' says to use the same value for the variable as
-the theme `gnome2'.  The theme values set by each of these themes can be
-changed, but only the one defined by `subtle-hacker' takes effect, because
-the theme currently has the highest precedence.  To change the precedence
-of the themes, use `enable-theme'.
+The theme `subtle-hacker' says to use the same value for the
+variable as the theme `gnome2'.  Therefore, the theme value of
+the variable is `info-xref'.  The theme value defined by
+`subtle-hacker' is in effect, because that theme currently has
+the highest precedence.  To change the precedence of the themes,
+use `enable-theme'.
 
-The user has not customized the face; had he done that, the list would
-contain an entry for the `user' theme, too.
+The user has not customized the variable; had he done that, the
+list would contain an entry for the `user' theme, too.
 
 See `custom-known-themes' for a list of known themes."
   (unless (or (eq prop 'theme-value)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]