]> git.eshelyaron.com Git - emacs.git/commitdiff
(texinfo-mode): Set fill-column to 70.
authorGerd Moellmann <gerd@gnu.org>
Wed, 27 Dec 2000 16:12:51 +0000 (16:12 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 27 Dec 2000 16:12:51 +0000 (16:12 +0000)
lisp/textmodes/texinfo.el

index eb3b0b246b52aa123edc3fdd6171dc11e4f898ce..897339750a1dd4628fb840ca22052e6f714f4c06 100644 (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)