aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/fdp-primer/psgml-mode
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2004-11-11 14:41:59 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2004-11-11 14:41:59 +0000
commit7b7c4e8c0da7b1586994429ec7f8fdef5ea11d4b (patch)
treea23819942dd21d82e20b369dc79bbb10b8ca9fe4 /en_US.ISO8859-1/books/fdp-primer/psgml-mode
parent75fc038d53b87f547ff7255eeae3ec7c4646e6d8 (diff)
downloaddoc-7b7c4e8c0da7b1586994429ec7f8fdef5ea11d4b.tar.gz
doc-7b7c4e8c0da7b1586994429ec7f8fdef5ea11d4b.zip
Revert last change. Adding mispelled or missing words is not too
uncommon and 78 columns will easily grow beyond 80 when such changes are made.
Notes
Notes: svn path=/head/; revision=22921
Diffstat (limited to 'en_US.ISO8859-1/books/fdp-primer/psgml-mode')
-rw-r--r--en_US.ISO8859-1/books/fdp-primer/psgml-mode/chapter.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/en_US.ISO8859-1/books/fdp-primer/psgml-mode/chapter.sgml b/en_US.ISO8859-1/books/fdp-primer/psgml-mode/chapter.sgml
index 8324cb979f..d912db05c2 100644
--- a/en_US.ISO8859-1/books/fdp-primer/psgml-mode/chapter.sgml
+++ b/en_US.ISO8859-1/books/fdp-primer/psgml-mode/chapter.sgml
@@ -142,7 +142,7 @@
<programlisting>
(setq sgml-mode-hook
'(lambda ()
- (setq fill-column 78
+ (setq fill-column 70
indent-tabs-mode nil
next-line-add-newlines nil
standard-indent 2)