mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(texinfo-mode): Set fill-column to 70.
This commit is contained in:
parent
892d8fcd4d
commit
14ec09d77e
1 changed files with 1 additions and 1 deletions
|
|
@ -546,7 +546,7 @@ value of `texinfo-mode-hook'."
|
|||
(make-local-variable 'adaptive-fill-mode)
|
||||
(setq adaptive-fill-mode nil)
|
||||
(make-local-variable 'fill-column)
|
||||
(setq fill-column 72)
|
||||
(setq fill-column 70)
|
||||
(make-local-variable 'comment-start)
|
||||
(setq comment-start "@c ")
|
||||
(make-local-variable 'comment-start-skip)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue