diff options
author | Jimmy Aguilar Mena <spacibba@aol.com> | 2019-05-03 19:27:59 +0200 |
---|---|---|
committer | Jimmy Aguilar Mena <spacibba@aol.com> | 2019-05-05 16:27:37 +0200 |
commit | a336300ccf024824fbf50298623e04f369952670 (patch) | |
tree | 72671b0528a1091d635fc0cb605607ec07f5fbf3 /doc | |
parent | 5b842bd7820b952d65c480b856354a67d26f5b57 (diff) | |
download | emacs-a336300ccf024824fbf50298623e04f369952670.tar.gz |
;Corrected display-fill-column-indicator mode.
Small corrections in the documentation and code format to merge into master.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/display.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index e1467a3e0be..34215699b42 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi @@ -1181,10 +1181,11 @@ When the mode is enabled through the functions @code{display-fill-column-indicator-mode} or @code{global-display-fill-column-indicator-mode}, the initialization functions check if this variable is @code{non-nil}, otherwise the -initialization tries to set it to U+2502 or '|'. +initialization tries to set it to U+2502 or @sampl{|}. -@item fill-column-face -Specifies the face used to display the indicator it inherits its +@item fill-column-indicator +@vindex fill-column-indicator +Specifies the face used to display the indicator. It inherits its default values from shadow and the default face. @end table |