diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 3 |
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. | |||
| 3159 | In batch mode, the message is printed to the standard error stream, | 3159 | In batch mode, the message is printed to the standard error stream, |
| 3160 | followed by a newline. | 3160 | followed by a newline. |
| 3161 | 3161 | ||
| 3162 | If the variable `inhibit-message' is non-nil, the message is not | ||
| 3163 | displayed, only logged in the `*Messages*' buffer. | ||
| 3164 | |||
| 3162 | The first argument is a format control string, and the rest are data | 3165 | The first argument is a format control string, and the rest are data |
| 3163 | to be formatted under control of the string. Percent sign (%), grave | 3166 | to be formatted under control of the string. Percent sign (%), grave |
| 3164 | accent (\\=`) and apostrophe (\\=') are special in the format; see | 3167 | accent (\\=`) and apostrophe (\\=') are special in the format; see |