]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-initialize-default, defcustom): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 10 May 2004 22:08:58 +0000 (22:08 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 10 May 2004 22:08:58 +0000 (22:08 +0000)
lisp/ChangeLog
lisp/custom.el

index 3485e4e7de6c56646d309d0e6cada95f7526995a..373eb59adae2f1d2e6db2105d6236957bc10ed69 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-11  Juanma Barranquero  <lektu@terra.es>
+
+       * custom.el (custom-initialize-default, defcustom): Fix typo in
+       docstring.
+
 2004-05-10  Daniel Pfeiffer  <occitan@esperanto.org>
 
        * progmodes/compile.el (compile): Add universal prefix arg.
index f5cfd55400a59b2add1a328c82f0c8eab5a552b4..a0aeeca659df7c965a1fda48ca8f72754ccc5c92 100644 (file)
@@ -54,7 +54,7 @@ Users should not set it.")
   "Initialize SYMBOL with VALUE.
 This will do nothing if symbol already has a default binding.
 Otherwise, if symbol has a `saved-value' property, it will evaluate
-the car of that and used as the default binding for symbol.
+the car of that and use it as the default binding for symbol.
 Otherwise, VALUE will be evaluated and used as the default binding for
 symbol."
   (unless (default-boundp symbol)
@@ -176,7 +176,7 @@ set to nil, as the value is no longer rogue."
   "Declare SYMBOL as a customizable variable that defaults to VALUE.
 DOC is the variable documentation.
 
-Neither SYMBOL nor VALUE needs to be quoted.
+Neither SYMBOL nor VALUE need to be quoted.
 If SYMBOL is not already bound, initialize it to VALUE.
 The remaining arguments should have the form