diff options
| author | Eli Zaretskii | 2025-07-05 09:17:40 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2025-07-05 09:17:40 +0300 |
| commit | b10596a63034ebda8be134ba05fd4fcea8b2f246 (patch) | |
| tree | 07c988817bd0811313ecf68bf2f4ee0c7d1ffae4 | |
| parent | 060f964906b64fa8a63a120af9e2380d11d30604 (diff) | |
| download | emacs-b10596a63034ebda8be134ba05fd4fcea8b2f246.tar.gz emacs-b10596a63034ebda8be134ba05fd4fcea8b2f246.zip | |
; * lisp/emacs-lisp/warnings.el (warning-display-at-bottom): Doc fix.
| -rw-r--r-- | lisp/emacs-lisp/warnings.el | 6 |
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 | |||
| 133 | buffer in some window, as determined by `display-buffer' and its | 133 | buffer in some window, as determined by `display-buffer' and its |
| 134 | customizations. In particular, the category designated by the | 134 | customizations. In particular, the category designated by the |
| 135 | symbol `warning' can be used in `display-buffer-alist' to customize | 135 | symbol `warning' can be used in `display-buffer-alist' to customize |
| 136 | the display of this buffer." | 136 | the display of this buffer. |
| 137 | |||
| 138 | This option affects display of all the buffers shown by `dispay-warning', | ||
| 139 | including warnings from byte-compiler and native-compiler, | ||
| 140 | from `check-declare', etc." | ||
| 137 | :type 'boolean | 141 | :type 'boolean |
| 138 | :version "30.1") | 142 | :version "30.1") |
| 139 | 143 | ||