1
Fork 0
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:
Gerd Moellmann 2000-12-27 16:12:51 +00:00
parent 892d8fcd4d
commit 14ec09d77e

View file

@ -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)