Mercurial > emacs
changeset 67690:f5914f5bfb9c
(Documentation Tips): Minor change.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Tue, 20 Dec 2005 03:47:55 +0000 |
parents | 98eba52a8481 |
children | 5e3db5999d74 |
files | lispref/tips.texi |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/tips.texi Tue Dec 20 03:44:32 2005 +0000 +++ b/lispref/tips.texi Tue Dec 20 03:47:55 2005 +0000 @@ -641,7 +641,7 @@ @item When you define a variable that users ought to set interactively, you -should normally use @code{defcustom}. However, if for some reason you +normally should use @code{defcustom}. However, if for some reason you use @code{defvar} instead, start the doc string with a @samp{*}. @xref{Defining Variables}.