summaryrefslogtreecommitdiff
path: root/tmac
diff options
context:
space:
mode:
authorG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-06 12:10:13 -0600
committerG. Branden Robinson <g.branden.robinson@gmail.com>2023-02-09 10:33:56 -0600
commit9f9937195d04e74846ced2420f3f4a6631cbe425 (patch)
treebecb240e75ad8d7245f8a202eb042503bf9e574c /tmac
parent7fb6e3ffd06c0ad8058e5de2325eef55f178ef67 (diff)
downloadgroff-git-9f9937195d04e74846ced2420f3f4a6631cbe425.tar.gz
tmac/{man,mdoc}.local: Update editor aid comments.
...droppping old style Emacs file-local variable setting.
Diffstat (limited to 'tmac')
-rw-r--r--tmac/man.local11
-rw-r--r--tmac/mdoc.local11
2 files changed, 16 insertions, 6 deletions
diff --git a/tmac/man.local b/tmac/man.local
index 8c0808bad..da7cd6c9c 100644
--- a/tmac/man.local
+++ b/tmac/man.local
@@ -1,10 +1,15 @@
-.\" -*- nroff -*-
+.\" This file is loaded by an.tmac.
.\"
-.\" This file is loaded after an.tmac.
-.\" Put any local modifications to an.tmac here.
+.\" Put local modifications to groff_man(7)'s behavior here.
.\"
.\" Change "0" to "1" to enable OSC 8 links on SGR-capable grotty(1)
.\" output devices.
.if !'\*[.T]'html' \
. if !r U \
. nr U 0
+.\"
+.\" Local Variables:
+.\" mode: nroff
+.\" fill-column: 72
+.\" End:
+.\" vim: set filetype=groff textwidth=72:
diff --git a/tmac/mdoc.local b/tmac/mdoc.local
index bfc0c3b95..b219285d1 100644
--- a/tmac/mdoc.local
+++ b/tmac/mdoc.local
@@ -1,4 +1,9 @@
-.\" -*- nroff -*-
+.\" This file is loaded by mdoc.tmac.
.\"
-.\" This file is loaded after doc.tmac.
-.\" Put any local modifications to doc.tmac here.
+.\" Put local modifications to groff_mdoc(7)'s behavior here.
+.\"
+.\" Local Variables:
+.\" mode: nroff
+.\" fill-column: 72
+.\" End:
+.\" vim: set filetype=groff textwidth=72: