Mercurial > emacs
changeset 75074:9244abd6f93b
(Variable Definitions, Customization Types):
Don't use * in doc string for defcustom.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 03 Jan 2007 22:17:28 +0000 |
parents | 483807cc58bd |
children | ae7718b6437d |
files | lispref/customize.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/customize.texi Wed Jan 03 20:48:19 2007 +0000 +++ b/lispref/customize.texi Wed Jan 03 22:17:28 2007 +0000 @@ -409,7 +409,7 @@ @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 (defcustom diff-command "diff" - "*The command to use to run diff." + "The command to use to run diff." :type '(string) :group 'diff) @end example