aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEli Zaretskii2025-04-05 07:07:28 -0400
committerEli Zaretskii2025-04-05 07:07:28 -0400
commitd42ee9f33a281cb443ec17ed7f41ce48166c16df (patch)
tree3b4b8973e31d56a03d7e6d096a61d14a01087e3e /src
parent5987d77f40bf72a268d35d1f2a88f7cd00c17459 (diff)
parent38fec86281efd78af24cc435307d55a00223db49 (diff)
downloademacs-d42ee9f33a281cb443ec17ed7f41ce48166c16df.tar.gz
emacs-d42ee9f33a281cb443ec17ed7f41ce48166c16df.zip
Merge from origin/emacs-30
38fec86281e ; Improve the documentation of 'slice' display spec (bug#... 3f05b455f7e ; * src/editfns.c (Fmessage): Mention 'inhibit-message' (...
Diffstat (limited to 'src')
-rw-r--r--src/editfns.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/editfns.c b/src/editfns.c
index ebb308ea796..9590b49dc25 100644
--- a/src/editfns.c
+++ b/src/editfns.c
@@ -3159,6 +3159,9 @@ Return the message.
3159In batch mode, the message is printed to the standard error stream, 3159In batch mode, the message is printed to the standard error stream,
3160followed by a newline. 3160followed by a newline.
3161 3161
3162If the variable `inhibit-message' is non-nil, the message is not
3163displayed, only logged in the `*Messages*' buffer.
3164
3162The first argument is a format control string, and the rest are data 3165The first argument is a format control string, and the rest are data
3163to be formatted under control of the string. Percent sign (%), grave 3166to be formatted under control of the string. Percent sign (%), grave
3164accent (\\=`) and apostrophe (\\=') are special in the format; see 3167accent (\\=`) and apostrophe (\\=') are special in the format; see