diff options
| author | Karoly Lorentey | 2005-05-09 16:13:15 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-05-09 16:13:15 +0000 |
| commit | 85dc59a9ff65aaf6b8e6a0c4452f74b7dade88fd (patch) | |
| tree | 85aebc58216ed19de18354b3d9974942eea621d5 /lispref | |
| parent | c25b55138a36cf5f334070baf79ce61c1e956eed (diff) | |
| parent | c7bda15b58de3efcf856786167f11f5b4175e30b (diff) | |
| download | emacs-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/ChangeLog | 11 | ||||
| -rw-r--r-- | lispref/display.texi | 2 | ||||
| -rw-r--r-- | lispref/variables.texi | 7 |
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 @@ | |||
| 1 | 2005-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 | |||
| 7 | 2005-05-05 Kevin Ryde <user42@zip.com.au> | ||
| 8 | |||
| 9 | * display.texi (The Echo Area): Correct format function cross | ||
| 10 | reference. | ||
| 11 | |||
| 1 | 2005-05-05 Luc Teirlinck <teirllm@auburn.edu> | 12 | 2005-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 |
| 201 | This function displays a message in the echo area. The | 201 | This function displays a message in the echo area. The |
| 202 | argument @var{string} is similar to a C language @code{printf} control | 202 | argument @var{string} is similar to a C language @code{printf} control |
| 203 | string. See @code{format} in @ref{String Conversion}, for the details | 203 | string. See @code{format} in @ref{Formatting Strings}, for the details |
| 204 | on the conversion specifications. @code{message} returns the | 204 | on the conversion specifications. @code{message} returns the |
| 205 | constructed string. | 205 | constructed 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 | ||
| 1806 | If the optional argument @var{mode-only} is non-@code{nil}, then all | 1806 | If the optional argument @var{mode-only} is non-@code{nil}, then all |
| 1807 | this function does is return @code{t} if the @w{@samp{-*-}} line | 1807 | this function does is return @code{t} if the @w{@samp{-*-}} line or |
| 1808 | specifies a mode and @code{nil} otherwise. It does not set the mode | 1808 | the local variables list specifies a mode and @code{nil} otherwise. |
| 1809 | nor any other file local variable. It does not check whether a mode | 1809 | It does not set the mode nor any other file local variable. |
| 1810 | is 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 |