aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorKaroly Lorentey2005-05-09 16:13:15 +0000
committerKaroly Lorentey2005-05-09 16:13:15 +0000
commit85dc59a9ff65aaf6b8e6a0c4452f74b7dade88fd (patch)
tree85aebc58216ed19de18354b3d9974942eea621d5 /lispref
parentc25b55138a36cf5f334070baf79ce61c1e956eed (diff)
parentc7bda15b58de3efcf856786167f11f5b4175e30b (diff)
downloademacs-85dc59a9ff65aaf6b8e6a0c4452f74b7dade88fd.tar.gz
emacs-85dc59a9ff65aaf6b8e6a0c4452f74b7dade88fd.zip
Merged from miles@gnu.org--gnu-2005 (patch 292-295)
Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-292 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-293 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-294 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-295 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-342
Diffstat (limited to 'lispref')
-rw-r--r--lispref/ChangeLog11
-rw-r--r--lispref/display.texi2
-rw-r--r--lispref/variables.texi7
3 files changed, 15 insertions, 5 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 672a70d478f..aa90a4f0e73 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,14 @@
12005-05-08 Luc Teirlinck <teirllm@auburn.edu>
2
3 * variables.texi (File Local Variables): `(hack-local-variables t)'
4 now also checks whether a mode is specified in the local variables
5 list.
6
72005-05-05 Kevin Ryde <user42@zip.com.au>
8
9 * display.texi (The Echo Area): Correct format function cross
10 reference.
11
12005-05-05 Luc Teirlinck <teirllm@auburn.edu> 122005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2 13
3 * variables.texi (Variable Aliases): Change description of 14 * variables.texi (Variable Aliases): Change description of
diff --git a/lispref/display.texi b/lispref/display.texi
index 76bf99e0ede..7f91072ca5d 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -200,7 +200,7 @@ follows:
200@defun message string &rest arguments 200@defun message string &rest arguments
201This function displays a message in the echo area. The 201This function displays a message in the echo area. The
202argument @var{string} is similar to a C language @code{printf} control 202argument @var{string} is similar to a C language @code{printf} control
203string. See @code{format} in @ref{String Conversion}, for the details 203string. See @code{format} in @ref{Formatting Strings}, for the details
204on the conversion specifications. @code{message} returns the 204on the conversion specifications. @code{message} returns the
205constructed string. 205constructed string.
206 206
diff --git a/lispref/variables.texi b/lispref/variables.texi
index 5ece7e98906..28eab924eca 100644
--- a/lispref/variables.texi
+++ b/lispref/variables.texi
@@ -1804,10 +1804,9 @@ function does not look for the @samp{mode:} local variable in the
1804@code{enable-local-variables} into account. 1804@code{enable-local-variables} into account.
1805 1805
1806If the optional argument @var{mode-only} is non-@code{nil}, then all 1806If the optional argument @var{mode-only} is non-@code{nil}, then all
1807this function does is return @code{t} if the @w{@samp{-*-}} line 1807this function does is return @code{t} if the @w{@samp{-*-}} line or
1808specifies a mode and @code{nil} otherwise. It does not set the mode 1808the local variables list specifies a mode and @code{nil} otherwise.
1809nor any other file local variable. It does not check whether a mode 1809It does not set the mode nor any other file local variable.
1810is specified in the local variables list at the end of the file.
1811@end defun 1810@end defun
1812 1811
1813 If a file local variable list could specify a function that would 1812 If a file local variable list could specify a function that would