From: Luc Teirlinck Date: Tue, 20 Dec 2005 03:47:55 +0000 (+0000) Subject: (Documentation Tips): Minor change. X-Git-Tag: emacs-pretest-22.0.90~5174 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d8ea07f6dc4c1cd778070e86fe35bd06d90742e5;p=emacs.git (Documentation Tips): Minor change. --- diff --git a/lispref/tips.texi b/lispref/tips.texi index 1e12000956f..165c4a9f084 100644 --- a/lispref/tips.texi +++ b/lispref/tips.texi @@ -641,7 +641,7 @@ include before the first blank line so as to make this display useful. @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}.