From f5d2538f2f2a97c8fab46a51a56db9e4f503d1e1 Mon Sep 17 00:00:00 2001 From: "Robert J. Chassell" Date: Sat, 28 Sep 2002 19:39:42 +0000 Subject: Fix typo: @same --> @samp --- lispref/variables.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lispref/variables.texi') 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, -- cgit v1.2.1