From 4e12203619819230dc2bd90e7c5c67db4dc6da61 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 14 Oct 2004 17:37:25 +0000 Subject: [PATCH] Update TEXINFO-ENVIRONMENT-REGEXP to include "@direntry". --- v7/src/edwin/tximod.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/edwin/tximod.scm b/v7/src/edwin/tximod.scm index e5efade7a..db8ff2505 100644 --- a/v7/src/edwin/tximod.scm +++ b/v7/src/edwin/tximod.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: tximod.scm,v 1.29 2004/10/14 17:28:46 cph Exp $ +$Id: tximod.scm,v 1.30 2004/10/14 17:37:25 cph Exp $ Copyright 1987,1989,1990,1991,1992,1994 Massachusetts Institute of Technology Copyright 1996,2000,2001,2004 Massachusetts Institute of Technology @@ -227,6 +227,7 @@ The default is not to surround any existing words with the braces." (regexp-group "cartouche" "copying" "def[a-z]*[a-wyz]\\>" + "direntry" "display" "end" "enumerate" -- 2.25.1