From 75fc038d53b87f547ff7255eeae3ec7c4646e6d8 Mon Sep 17 00:00:00 2001 From: Giorgos Keramidas Date: Thu, 11 Nov 2004 08:25:26 +0000 Subject: [PATCH] Change the recommended line length limit from 70 characters to 78. This still fits under 80 columns and is not too narrow. Noticed by: Tillman Hodgson --- en_US.ISO8859-1/books/fdp-primer/psgml-mode/chapter.sgml | 2 +- en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.sgml | 2 +- 2 files changed, 2 insertions(+), 2 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 d912db05c2..8324cb979f 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 @@ (setq sgml-mode-hook '(lambda () - (setq fill-column 70 + (setq fill-column 78 indent-tabs-mode nil next-line-add-newlines nil standard-indent 2) diff --git a/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.sgml b/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.sgml index 79d9ff17af..049007aada 100644 --- a/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.sgml +++ b/en_US.ISO8859-1/books/fdp-primer/writing-style/chapter.sgml @@ -245,7 +245,7 @@ V augroup sgmledit autocmd FileType sgml set formatoptions=cq2l " Special formatting options - autocmd FileType sgml set textwidth=70 " Wrap lines at 70 spaces + autocmd FileType sgml set textwidth=78 " Wrap lines at 78 columns autocmd FileType sgml set shiftwidth=2 " Automatically indent autocmd FileType sgml set softtabstop=2 " Tab key indents 2 spaces autocmd FileType sgml set tabstop=8 " Replace 8 spaces with a tab