diff options
| author | Xue Fuqiao | 2013-10-05 23:06:17 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-10-05 23:06:17 +0800 |
| commit | 544a2a8049b9f1660134e1868a32c9e829d3c952 (patch) | |
| tree | be112f834fc636703c2bc5e131b9aec056f27cc1 /src | |
| parent | a27fd309a1e4b704fb2a0b2658f6f62e3fb575e9 (diff) | |
| download | emacs-544a2a8049b9f1660134e1868a32c9e829d3c952.tar.gz emacs-544a2a8049b9f1660134e1868a32c9e829d3c952.zip | |
Minor doc fixes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/editfns.c | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b503389c53d..83ef0f55906 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-10-05 Xue Fuqiao <xfq.free@gmail.com> | ||
| 2 | |||
| 3 | * editfns.c (message): Mention batch mode in doc string. | ||
| 4 | |||
| 1 | 2013-10-05 Jan Djärv <jan.h.d@swipnet.se> | 5 | 2013-10-05 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 6 | ||
| 3 | * nsterm.m (check_native_fs): Remove erroneous comment. | 7 | * nsterm.m (check_native_fs): Remove erroneous comment. |
diff --git a/src/editfns.c b/src/editfns.c index 84a5c8395fc..9847e507766 100644 --- a/src/editfns.c +++ b/src/editfns.c | |||
| @@ -3419,6 +3419,9 @@ The message also goes into the `*Messages*' buffer, if `message-log-max' | |||
| 3419 | is non-nil. (In keyboard macros, that's all it does.) | 3419 | is non-nil. (In keyboard macros, that's all it does.) |
| 3420 | Return the message. | 3420 | Return the message. |
| 3421 | 3421 | ||
| 3422 | In batch mode, the message is printed to the standard error stream, | ||
| 3423 | followed by a newline. | ||
| 3424 | |||
| 3422 | The first argument is a format control string, and the rest are data | 3425 | The first argument is a format control string, and the rest are data |
| 3423 | to be formatted under control of the string. See `format' for details. | 3426 | to be formatted under control of the string. See `format' for details. |
| 3424 | 3427 | ||