Mercurial > emacs
changeset 34878:0a202ba683f0
(texinfo-mode): Set fill-column to 70.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 27 Dec 2000 16:12:51 +0000 |
parents | fb96aec0e38e |
children | b37dd70cce0a |
files | lisp/textmodes/texinfo.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/textmodes/texinfo.el Wed Dec 27 15:50:06 2000 +0000 +++ b/lisp/textmodes/texinfo.el Wed Dec 27 16:12:51 2000 +0000 @@ -546,7 +546,7 @@ (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)