]> git.eshelyaron.com Git - emacs.git/commitdiff
Tiny doc/lispref/variables.texi update.
authorGlenn Morris <rgm@gnu.org>
Thu, 26 May 2011 00:54:27 +0000 (20:54 -0400)
committerGlenn Morris <rgm@gnu.org>
Thu, 26 May 2011 00:54:27 +0000 (20:54 -0400)
* doc/lispref/variables.texi (File Local Variables):
Update hack-local-variables `mode-only' return value.

doc/lispref/ChangeLog
doc/lispref/variables.texi

index 7d1ce7bff800d7ac165948bc1d031fbb25aec8af..123f17313115baa8fe4e47cc90bf39f5e34cae8e 100644 (file)
@@ -1,3 +1,8 @@
+2011-05-26  Glenn Morris  <rgm@gnu.org>
+
+       * variables.texi (File Local Variables):
+       Update hack-local-variables `mode-only' return value.
+
 2011-05-19  Glenn Morris  <rgm@gnu.org>
 
        * lists.texi (Sets And Lists): Mention cl provides union etc.
index 7e2c32334a4d043a0e8c7da8483480fd2beaed42..7a8536933dc0e9ea94667a8199a4f36ea419f008 100644 (file)
@@ -1673,9 +1673,10 @@ turn.  It calls @code{before-hack-local-variables-hook} and
 variables, respectively.
 
 If the optional argument @var{mode-only} is non-@code{nil}, then all
-this function does is return @code{t} if the @w{@samp{-*-}} line or
-the local variables list specifies a mode and @code{nil} otherwise.
-It does not set the mode nor any other file-local variable.
+this function does is return a symbol specifying the major mode,
+if the @w{@samp{-*-}} line or the local variables list specifies one,
+and @code{nil} otherwise.  It does not set the mode nor any other
+file-local variable.
 @end defun
 
 @defvar file-local-variables-alist