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-03 23:35:36 +0200 |
commit | 73b302f9122f86d24d360dc185366c82d5906fb6 (patch) | |
tree | ec91d24c7d9b71c5057f9a1a548d3f873a5bf0b5 /doc | |
parent | 078558078113881bb6093cbfbd62979c05c7f3d3 (diff) | |
download | emacs-73b302f9122f86d24d360dc185366c82d5906fb6.tar.gz |
;Corrected display-fill-column-indicator mode.fill_column_indicator
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 |