comparison lispref/tips.texi @ 67690:f5914f5bfb9c

(Documentation Tips): Minor change.
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 20 Dec 2005 03:47:55 +0000
parents a99220d00c05
children 067115a6e738 7beb78bc1f8e
comparison
equal deleted inserted replaced
67689:98eba52a8481 67690:f5914f5bfb9c
639 first blank line. If you wish, you can choose which information to 639 first blank line. If you wish, you can choose which information to
640 include before the first blank line so as to make this display useful. 640 include before the first blank line so as to make this display useful.
641 641
642 @item 642 @item
643 When you define a variable that users ought to set interactively, you 643 When you define a variable that users ought to set interactively, you
644 should normally use @code{defcustom}. However, if for some reason you 644 normally should use @code{defcustom}. However, if for some reason you
645 use @code{defvar} instead, start the doc string with a @samp{*}. 645 use @code{defvar} instead, start the doc string with a @samp{*}.
646 @xref{Defining Variables}. 646 @xref{Defining Variables}.
647 647
648 @item 648 @item
649 The documentation string for a variable that is a yes-or-no flag should 649 The documentation string for a variable that is a yes-or-no flag should