summaryrefslogtreecommitdiff
path: root/lispref/variables.texi
diff options
context:
space:
mode:
authorRobert J. Chassell <bob@rattlesnake.com>2002-09-28 19:39:42 +0000
committerRobert J. Chassell <bob@rattlesnake.com>2002-09-28 19:39:42 +0000
commitf5d2538f2f2a97c8fab46a51a56db9e4f503d1e1 (patch)
treed7f947c36fdcab848b89cc994e1f391adf2ae378 /lispref/variables.texi
parent4efff8f71d81a575dc19122778511827b50d3ae0 (diff)
downloademacs-f5d2538f2f2a97c8fab46a51a56db9e4f503d1e1.tar.gz
Fix typo: @same --> @samp
Diffstat (limited to 'lispref/variables.texi')
-rw-r--r--lispref/variables.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/variables.texi b/lispref/variables.texi
index 3168e47b4e4..2d1722d53b2 100644
--- a/lispref/variables.texi
+++ b/lispref/variables.texi
@@ -1739,7 +1739,7 @@ visiting a file could take over your Emacs. To prevent this, Emacs
takes care not to allow local variable lists to set such variables.
For one thing, any variable whose name ends in @samp{-command},
-@same{-frame-alist}, @samp{-function}, @samp{-functions},
+@samp{-frame-alist}, @samp{-function}, @samp{-functions},
@samp{-hook}, @samp{-hooks}, @samp{-form}, @samp{-forms}, @samp{-map},
@samp{-map-alist}, @samp{-mode-alist}, @samp{-program}, or
@samp{-predicate} cannot be set in a local variable list. In general,