# HG changeset patch # User Juanma Barranquero # Date 1084226897 0 # Node ID 10cd0e6bfb73484df0c18f854e3167590989e53f # Parent 364a01a6ad9afd1dff96cf7040d50f9c4182e4a0 (custom-initialize-default, defcustom): Fix typo in docstring. diff -r 364a01a6ad9a -r 10cd0e6bfb73 lisp/custom.el --- a/lisp/custom.el Mon May 10 21:31:34 2004 +0000 +++ b/lisp/custom.el Mon May 10 22:08:17 2004 +0000 @@ -54,7 +54,7 @@ "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 @@ "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