diff options
| author | Luc Teirlinck | 2005-12-20 03:47:55 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2005-12-20 03:47:55 +0000 |
| commit | d8ea07f6dc4c1cd778070e86fe35bd06d90742e5 (patch) | |
| tree | 513fbdeb560a8227c73b6a7557a6076878b8d380 /lispref | |
| parent | 2953de8c3f52cdc9f2396c32056621f0322c0bb6 (diff) | |
| download | emacs-d8ea07f6dc4c1cd778070e86fe35bd06d90742e5.tar.gz emacs-d8ea07f6dc4c1cd778070e86fe35bd06d90742e5.zip | |
(Documentation Tips): Minor change.
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/tips.texi | 2 |
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 |
| 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 | ||