diff options
| author | Glenn Morris | 2019-06-16 17:31:49 -0700 |
|---|---|---|
| committer | Glenn Morris | 2019-06-16 17:37:21 -0700 |
| commit | 9d702b4cd8da1c1907b02869067a50933716631b (patch) | |
| tree | 303f0bd67411448281adf1dea9222573f0034980 /doc/lispref | |
| parent | 309743b465b569e4954e9c03c16fd675af5efc52 (diff) | |
| download | emacs-9d702b4cd8da1c1907b02869067a50933716631b.tar.gz emacs-9d702b4cd8da1c1907b02869067a50933716631b.zip | |
Don't hard-code the fill-column for display-warning
* lisp/emacs-lisp/warnings.el (warning-fill-column): New variable.
(display-warning): Use warning-fill-column.
* doc/lispref/display.texi (Warning Variables):
Mention warning-fill-column.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/display.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 8e94063725d..7e8abb04400 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -775,6 +775,10 @@ When this variable is non-@code{nil}, it specifies a fill prefix to | |||
| 775 | use for filling each warning's text. | 775 | use for filling each warning's text. |
| 776 | @end defvar | 776 | @end defvar |
| 777 | 777 | ||
| 778 | @defvar warning-fill-column | ||
| 779 | The column at which to fill warnings. | ||
| 780 | @end defvar | ||
| 781 | |||
| 778 | @defvar warning-type-format | 782 | @defvar warning-type-format |
| 779 | This variable specifies the format for displaying the warning type | 783 | This variable specifies the format for displaying the warning type |
| 780 | in the warning message. The result of formatting the type this way | 784 | in the warning message. The result of formatting the type this way |