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: Mon, 02 Jan 2006 15:41:56 +0000

Index: emacs/lisp/custom.el
diff -u emacs/lisp/custom.el:1.116 emacs/lisp/custom.el:1.117
--- emacs/lisp/custom.el:1.116  Mon Jan  2 15:29:32 2006
+++ emacs/lisp/custom.el        Mon Jan  2 15:41:56 2006
@@ -1142,7 +1142,7 @@
 
     (VARIABLE IGNORED)
 
-This means reset VARIABLE.  (The argument IGNORED is ignored."
+This means reset VARIABLE.  (The argument IGNORED is ignored)."
   (custom-check-theme theme)
   (dolist (arg args)
     (custom-push-theme 'theme-value (car arg) theme 'reset)))
@@ -1155,7 +1155,7 @@
 
     (VARIABLE IGNORED)
 
-This means reset VARIABLE.  (The argument IGNORED is ignored."
+This means reset VARIABLE.  (The argument IGNORED is ignored)."
     (apply 'custom-theme-reset-variables 'user args))
 
 ;;; The End.




reply via email to

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