gbranden pushed a commit to branch master
in repository groff.

commit 9f9937195d04e74846ced2420f3f4a6631cbe425
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Feb 6 12:10:13 2023 -0600

    tmac/{man,mdoc}.local: Update editor aid comments.
    
    ...droppping old style Emacs file-local variable setting.
---
 tmac/man.local  | 11 ++++++++---
 tmac/mdoc.local | 11 ++++++++---
 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:

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to