aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-27 16:12:51 +0000
committerGerd Moellmann2000-12-27 16:12:51 +0000
commit14ec09d77ec49c6e061026fea83bcf5065fcc829 (patch)
tree3e60687f69f14c99b4a03baff5fd3fe5dfdee708
parent892d8fcd4d618f101f250eb6427650520a4087d7 (diff)
downloademacs-14ec09d77ec49c6e061026fea83bcf5065fcc829.tar.gz
emacs-14ec09d77ec49c6e061026fea83bcf5065fcc829.zip
(texinfo-mode): Set fill-column to 70.
-rw-r--r--lisp/textmodes/texinfo.el2
1 files changed, 1 insertions, 1 deletions
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'."
546 (make-local-variable 'adaptive-fill-mode) 546 (make-local-variable 'adaptive-fill-mode)
547 (setq adaptive-fill-mode nil) 547 (setq adaptive-fill-mode nil)
548 (make-local-variable 'fill-column) 548 (make-local-variable 'fill-column)
549 (setq fill-column 72) 549 (setq fill-column 70)
550 (make-local-variable 'comment-start) 550 (make-local-variable 'comment-start)
551 (setq comment-start "@c ") 551 (setq comment-start "@c ")
552 (make-local-variable 'comment-start-skip) 552 (make-local-variable 'comment-start-skip)