1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00

(Documentation Tips): Minor change.

This commit is contained in:
Luc Teirlinck 2005-12-20 03:47:55 +00:00
parent 2953de8c3f
commit d8ea07f6dc

View file

@ -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}.