]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 2 Jan 2006 15:41:56 +0000 (15:41 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 2 Jan 2006 15:41:56 +0000 (15:41 +0000)
lisp/custom.el

index 7c978187c2d4834de505541afdde8feed9992714..6a7c6408381dc646573ab4792efd6ed3dc8773ec 100644 (file)
@@ -1142,7 +1142,7 @@ Each of the arguments ARGS has this form:
 
     (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 @@ Each of the arguments ARGS has this form:
 
     (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.