aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2025-07-05 09:17:40 +0300
committerEli Zaretskii2025-07-05 09:17:40 +0300
commitb10596a63034ebda8be134ba05fd4fcea8b2f246 (patch)
tree07c988817bd0811313ecf68bf2f4ee0c7d1ffae4
parent060f964906b64fa8a63a120af9e2380d11d30604 (diff)
downloademacs-b10596a63034ebda8be134ba05fd4fcea8b2f246.tar.gz
emacs-b10596a63034ebda8be134ba05fd4fcea8b2f246.zip
; * lisp/emacs-lisp/warnings.el (warning-display-at-bottom): Doc fix.
-rw-r--r--lisp/emacs-lisp/warnings.el6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/warnings.el b/lisp/emacs-lisp/warnings.el
index ee28be3fada..8d62193bb22 100644
--- a/lisp/emacs-lisp/warnings.el
+++ b/lisp/emacs-lisp/warnings.el
@@ -133,7 +133,11 @@ If the value of this variable is nil, Emacs will display the warning
133buffer in some window, as determined by `display-buffer' and its 133buffer in some window, as determined by `display-buffer' and its
134customizations. In particular, the category designated by the 134customizations. In particular, the category designated by the
135symbol `warning' can be used in `display-buffer-alist' to customize 135symbol `warning' can be used in `display-buffer-alist' to customize
136the display of this buffer." 136the display of this buffer.
137
138This option affects display of all the buffers shown by `dispay-warning',
139including warnings from byte-compiler and native-compiler,
140from `check-declare', etc."
137 :type 'boolean 141 :type 'boolean
138 :version "30.1") 142 :version "30.1")
139 143