diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 721e8ae125c..25ef98b49cf 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -33411,10 +33411,9 @@ either `relative' or `visual'. */); | |||
| 33411 | Fmake_variable_buffer_local (Qdisplay_fill_column_indicator); | 33411 | Fmake_variable_buffer_local (Qdisplay_fill_column_indicator); |
| 33412 | 33412 | ||
| 33413 | DEFVAR_LISP ("display-fill-column-indicator-column", Vdisplay_fill_column_indicator_column, | 33413 | DEFVAR_LISP ("display-fill-column-indicator-column", Vdisplay_fill_column_indicator_column, |
| 33414 | doc: /* Column to draw the fill column indicator when | 33414 | doc: /* Column for indicator when `display-fill-column-indicator' is non-nil. |
| 33415 | `display-fill-column-indicator' is non-nil. The default value is t | 33415 | The default value is t which means that the indicator will use the `fill-column' variable. |
| 33416 | which means that the indicator will use the `fill-column' variable. If | 33416 | If a numeric value is set, the indicator will be drawn in that column |
| 33417 | a numeric value is set, the indicator will be drawn in that column | ||
| 33418 | independently of the `fill-column' value. */); | 33417 | independently of the `fill-column' value. */); |
| 33419 | Vdisplay_fill_column_indicator_column = Qt; | 33418 | Vdisplay_fill_column_indicator_column = Qt; |
| 33420 | DEFSYM (Qdisplay_fill_column_indicator_column, "display-fill-column-indicator-column"); | 33419 | DEFSYM (Qdisplay_fill_column_indicator_column, "display-fill-column-indicator-column"); |