@node Displaying Boundaries
@section Displaying Boundaries
-@cindex mode, fill-column-indicator
+@cindex mode, display-fill-column-indicator
@findex display-fill-column-indicator-mode
@findex global-display-fill-column-indicator-mode
Emacs can add an indicator to display a fill column position. The
and 'display-fill-column-indicator-character' to activate the
indicator.
-The indicators is not displayed at all in minibuffer windows and
+The indicator is not displayed at all in minibuffer windows and
in tooltips, as it is not useful there.
There are 2 new buffer local variables and 1 face to customize this
Fmake_variable_buffer_local (Qdisplay_fill_column_indicator);
DEFVAR_LISP ("display-fill-column-indicator-column", Vdisplay_fill_column_indicator_column,
- doc: /* Column to draw the fill column indicator when
-`display-fill-column-indicator' is non-nil. The default value is t
-which means that the indicator will use the `fill-column' variable. If
-a numeric value is set, the indicator will be drawn in that column
+ doc: /* Column for indicator when `display-fill-column-indicator' is non-nil.
+The default value is t which means that the indicator will use the `fill-column' variable.
+If a numeric value is set, the indicator will be drawn in that column
independently of the `fill-column' value. */);
Vdisplay_fill_column_indicator_column = Qt;
DEFSYM (Qdisplay_fill_column_indicator_column, "display-fill-column-indicator-column");