[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r104369: Tiny doc/lispref/variables.t
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r104369: Tiny doc/lispref/variables.texi update. |
Date: |
Wed, 25 May 2011 20:54:27 -0400 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 104369
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2011-05-25 20:54:27 -0400
message:
Tiny doc/lispref/variables.texi update.
* doc/lispref/variables.texi (File Local Variables):
Update hack-local-variables `mode-only' return value.
modified:
doc/lispref/ChangeLog
doc/lispref/variables.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog 2011-05-19 06:59:50 +0000
+++ b/doc/lispref/ChangeLog 2011-05-26 00:54:27 +0000
@@ -1,3 +1,8 @@
+2011-05-26 Glenn Morris <address@hidden>
+
+ * variables.texi (File Local Variables):
+ Update hack-local-variables `mode-only' return value.
+
2011-05-19 Glenn Morris <address@hidden>
* lists.texi (Sets And Lists): Mention cl provides union etc.
=== modified file 'doc/lispref/variables.texi'
--- a/doc/lispref/variables.texi 2011-04-01 15:16:50 +0000
+++ b/doc/lispref/variables.texi 2011-05-26 00:54:27 +0000
@@ -1673,9 +1673,10 @@
variables, respectively.
If the optional argument @var{mode-only} is address@hidden, then all
-this function does is return @code{t} if the @address@hidden 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 @address@hidden 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r104369: Tiny doc/lispref/variables.texi update.,
Glenn Morris <=