; * src/editfns.c (Fmessage): Mention 'inhibit-message' (bug#77257).
This commit is contained in:
parent
10991877c8
commit
3f05b455f7
1 changed files with 3 additions and 0 deletions
|
@ -3159,6 +3159,9 @@ Return the message.
|
||||||
In batch mode, the message is printed to the standard error stream,
|
In batch mode, the message is printed to the standard error stream,
|
||||||
followed by a newline.
|
followed by a newline.
|
||||||
|
|
||||||
|
If the variable `inhibit-message' is non-nil, the message is not
|
||||||
|
displayed, only logged in the `*Messages*' buffer.
|
||||||
|
|
||||||
The first argument is a format control string, and the rest are data
|
The first argument is a format control string, and the rest are data
|
||||||
to be formatted under control of the string. Percent sign (%), grave
|
to be formatted under control of the string. Percent sign (%), grave
|
||||||
accent (\\=`) and apostrophe (\\=') are special in the format; see
|
accent (\\=`) and apostrophe (\\=') are special in the format; see
|
||||||
|
|
Loading…
Add table
Reference in a new issue