From 14ec09d77ec49c6e061026fea83bcf5065fcc829 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 27 Dec 2000 16:12:51 +0000 Subject: [PATCH] (texinfo-mode): Set fill-column to 70. --- lisp/textmodes/texinfo.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2