aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lispref/tips.texi2
1 files changed, 1 insertions, 1 deletions
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.
641 641
642@item 642@item
643When you define a variable that users ought to set interactively, you 643When you define a variable that users ought to set interactively, you
644should normally use @code{defcustom}. However, if for some reason you 644normally should use @code{defcustom}. However, if for some reason you
645use @code{defvar} instead, start the doc string with a @samp{*}. 645use @code{defvar} instead, start the doc string with a @samp{*}.
646@xref{Defining Variables}. 646@xref{Defining Variables}.
647 647