From cd35741ddc7e72a786fba0d19c765ddab8d879b6 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 3 Jan 2007 22:17:32 +0000 Subject: (Variable Definitions, Customization Types): Don't use * in doc string for defcustom. --- lispref/ChangeLog | 5 +++++ lispref/customize.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'lispref') diff --git a/lispref/ChangeLog b/lispref/ChangeLog index a555c30b20e..bbb42a5ba05 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2007-01-03 Richard Stallman + + * customize.texi (Variable Definitions, Customization Types): + Don't use * in doc string for defcustom. + 2007-01-02 Richard Stallman * variables.texi (Variable Aliases): Clarify that aliases vars diff --git a/lispref/customize.texi b/lispref/customize.texi index ee188c76c79..621124acb97 100644 --- a/lispref/customize.texi +++ b/lispref/customize.texi @@ -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 -- cgit v1.2.1