mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-07 06:50:23 -08:00
; * lisp/emacs-lisp/warnings.el (warning-display-at-bottom): Doc fix.
This commit is contained in:
parent
060f964906
commit
b10596a630
1 changed files with 5 additions and 1 deletions
|
|
@ -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
|
buffer in some window, as determined by `display-buffer' and its
|
||||||
customizations. In particular, the category designated by the
|
customizations. In particular, the category designated by the
|
||||||
symbol `warning' can be used in `display-buffer-alist' to customize
|
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
|
:type 'boolean
|
||||||
:version "30.1")
|
:version "30.1")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue