diff options
author | G. Branden Robinson <g.branden.robinson@gmail.com> | 2020-08-19 20:41:04 +1000 |
---|---|---|
committer | G. Branden Robinson <g.branden.robinson@gmail.com> | 2020-08-19 20:41:04 +1000 |
commit | fbf6a7ef024b444b172934c452a32251d108170c (patch) | |
tree | 0e2791f7c774d6a15a751c9a07ac84f47f3398a8 /src/preproc/soelim | |
parent | 6ac3b1c67a1e57657d2587849c8efc2816bb10de (diff) | |
download | groff-git-fbf6a7ef024b444b172934c452a32251d108170c.tar.gz |
man pages: Regularize editor aid comments.
* Add fill-column (Emacs) and textwidth (Vim) where missing.
* Sort Emacs Local Variables alphabetically as is done elsewhere.
* Drop junk comments.
Not every man page has an identical comment block of this type. (1) A
couple of man pages use "nroff" instead of "groff" for the Vim filetype
because they use no groff extensions at all. (2) A couple of man pages
are encoded in Latin-1 instead of plain ASCII. (3) A few man pages use
a custom tab-width (Emacs) and tabstop (Vim) to ease table maintenance.
Diffstat (limited to 'src/preproc/soelim')
-rw-r--r-- | src/preproc/soelim/soelim.1.man | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/preproc/soelim/soelim.1.man b/src/preproc/soelim/soelim.1.man index 811fc3468..9ad34800c 100644 --- a/src/preproc/soelim/soelim.1.man +++ b/src/preproc/soelim/soelim.1.man @@ -294,6 +294,7 @@ box invisible width 0.5 height 0.4 "output" "file" . . .\" Local Variables: +.\" fill-column: 72 .\" mode: nroff .\" End: -.\" vim: set filetype=groff: +.\" vim: set filetype=groff textwidth=72: |