Index: lispref/customize.texi =================================================================== RCS file: /sources/emacs/emacs/lispref/customize.texi,v retrieving revision 1.64 diff -c -r1.64 customize.texi *** lispref/customize.texi 24 Dec 2006 16:36:22 -0000 1.64 --- lispref/customize.texi 3 Jan 2007 21:15:56 -0000 *************** *** 409,415 **** @example (defcustom save-place nil ! "*Non-nil means automatically save place in each file..." :type 'boolean :require 'saveplace :group 'save-place) --- 409,415 ---- @example (defcustom save-place nil ! "Non-nil means automatically save place in each file..." :type 'boolean :require 'saveplace :group 'save-place) *************** *** 461,467 **** @example (defcustom diff-command "diff" ! "*The command to use to run diff." :type '(string) :group 'diff) @end example --- 461,467 ---- @example (defcustom diff-command "diff" ! "The command to use to run diff." :type '(string) :group 'diff) @end example Index: lispref/ChangeLog =================================================================== RCS file: /sources/emacs/emacs/lispref/ChangeLog,v retrieving revision 1.802 diff -C0 -r1.802 ChangeLog *** lispref/ChangeLog 2 Jan 2007 20:58:32 -0000 1.802 --- lispref/ChangeLog 3 Jan 2007 21:16:24 -0000 *************** *** 0 **** --- 1,6 ---- + 2007-01-03 Michaƫl Cadilhac + + * customize.texi (Customization Types): Remove the star + leading the docstring. + (Variable Definitions): Ditto. +