From: Gerd Moellmann Date: Wed, 27 Dec 2000 16:12:51 +0000 (+0000) Subject: (texinfo-mode): Set fill-column to 70. X-Git-Tag: emacs-pretest-21.0.95~272 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=14ec09d77ec49c6e061026fea83bcf5065fcc829;p=emacs.git (texinfo-mode): Set fill-column to 70. --- diff --git a/lisp/textmodes/texinfo.el b/lisp/textmodes/texinfo.el index eb3b0b246b5..897339750a1 100644 --- a/lisp/textmodes/texinfo.el +++ b/lisp/textmodes/texinfo.el @@ -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)