aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorXue Fuqiao2013-10-05 23:06:17 +0800
committerXue Fuqiao2013-10-05 23:06:17 +0800
commit544a2a8049b9f1660134e1868a32c9e829d3c952 (patch)
treebe112f834fc636703c2bc5e131b9aec056f27cc1 /src
parenta27fd309a1e4b704fb2a0b2658f6f62e3fb575e9 (diff)
downloademacs-544a2a8049b9f1660134e1868a32c9e829d3c952.tar.gz
emacs-544a2a8049b9f1660134e1868a32c9e829d3c952.zip
Minor doc fixes.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/editfns.c3
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 @@
12013-10-05 Xue Fuqiao <xfq.free@gmail.com>
2
3 * editfns.c (message): Mention batch mode in doc string.
4
12013-10-05 Jan Djärv <jan.h.d@swipnet.se> 52013-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'
3419is non-nil. (In keyboard macros, that's all it does.) 3419is non-nil. (In keyboard macros, that's all it does.)
3420Return the message. 3420Return the message.
3421 3421
3422In batch mode, the message is printed to the standard error stream,
3423followed by a newline.
3424
3422The first argument is a format control string, and the rest are data 3425The first argument is a format control string, and the rest are data
3423to be formatted under control of the string. See `format' for details. 3426to be formatted under control of the string. See `format' for details.
3424 3427