]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/warnings.el (warning-display-at-bottom): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 5 Jul 2025 06:17:40 +0000 (09:17 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 23 Jul 2025 20:19:03 +0000 (22:19 +0200)
(cherry picked from commit b10596a63034ebda8be134ba05fd4fcea8b2f246)

lisp/emacs-lisp/warnings.el

index 96dd114e58784dc15b99e8b0c501923347ab5fb5..b473c1140084f27387fa87a0ca05e2f344209b34 100644 (file)
@@ -133,7 +133,11 @@ If the value of this variable is nil, Emacs will display the warning
 buffer in some window, as determined by `display-buffer' and its
 customizations.  In particular, the category designated by the
 symbol `warning' can be used in `display-buffer-alist' to customize
-the display of this buffer."
+the display of this buffer.
+
+This option affects display of all the buffers shown by `dispay-warning',
+including warnings from byte-compiler and native-compiler,
+from `check-declare', etc."
   :type 'boolean
   :version "30.1")