(Variable Definitions, Customization Types):
Don't use * in doc string for defcustom.
This commit is contained in:
parent
f47190c89b
commit
cd35741ddc
2 changed files with 7 additions and 2 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2007-01-03 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* customize.texi (Variable Definitions, Customization Types):
|
||||
Don't use * in doc string for defcustom.
|
||||
|
||||
2007-01-02 Richard Stallman <rms@gnu.org>
|
||||
|
||||
* variables.texi (Variable Aliases): Clarify that aliases vars
|
||||
|
|
|
|||
|
|
@ -409,7 +409,7 @@ Keywords}. Here is an example, from the library @file{saveplace.el}:
|
|||
|
||||
@example
|
||||
(defcustom save-place nil
|
||||
"*Non-nil means automatically save place in each file..."
|
||||
"Non-nil means automatically save place in each file..."
|
||||
:type 'boolean
|
||||
:require 'saveplace
|
||||
:group 'save-place)
|
||||
|
|
@ -461,7 +461,7 @@ example:
|
|||
|
||||
@example
|
||||
(defcustom diff-command "diff"
|
||||
"*The command to use to run diff."
|
||||
"The command to use to run diff."
|
||||
:type '(string)
|
||||
:group 'diff)
|
||||
@end example
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue