1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

;Corrected display-fill-column-indicator mode.

Small corrections in the documentation and code format to merge into master.
This commit is contained in:
Jimmy Aguilar Mena 2019-05-03 19:27:59 +02:00
parent 5b842bd782
commit a336300ccf
6 changed files with 69 additions and 87 deletions

View file

@ -650,11 +650,14 @@ since it could result in memory overflow and make Emacs crash."
"26.1")
(display-fill-column-indicator display-fill-column-indicator
(choice
(const :tag "Off (nil)" :value nil)
(const :tag "On (t)" :value t))
"27.1")
boolean "27.1")
(display-fill-column-indicator-column display-fill-column-indicator
(choice
(const :tag "Use fill-column variable"
:value t)
(const :tag "Fixed column number"
:value 70
:format "%v"))
integer "27.1")
(display-fill-column-indicator-character display-fill-column-indicator
character "27.1")