]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/editfns.c (Fmessage): Mention 'inhibit-message' (bug#77257).
authorEli Zaretskii <eliz@gnu.org>
Sun, 30 Mar 2025 14:38:25 +0000 (17:38 +0300)
committerEshel Yaron <me@eshelyaron.com>
Tue, 8 Apr 2025 05:33:48 +0000 (07:33 +0200)
(cherry picked from commit 3f05b455f7e52e70871f47810fe42f1f36fa783b)

src/editfns.c

index ebb308ea7969c0e366f9f3f9f54db26abeb9cd8e..9590b49dc258e35be062a8c3a8a302397da065a9 100644 (file)
@@ -3159,6 +3159,9 @@ Return the message.
 In batch mode, the message is printed to the standard error stream,
 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
 to be formatted under control of the string.  Percent sign (%), grave
 accent (\\=`) and apostrophe (\\=') are special in the format; see