]> git.eshelyaron.com Git - emacs.git/commitdiff
(Documentation Tips): Minor change.
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 20 Dec 2005 03:47:55 +0000 (03:47 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 20 Dec 2005 03:47:55 +0000 (03:47 +0000)
lispref/tips.texi

index 1e12000956fd588bdbb1abe7822735704cba8260..165c4a9f084fe79a738ad63a595494991b2d1eb3 100644 (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}.