auctex-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[AUCTeX-diffs] Changes to auctex/preview/doc/preview-dtxdoc.pl


From: David Kastrup
Subject: [AUCTeX-diffs] Changes to auctex/preview/doc/preview-dtxdoc.pl
Date: Wed, 18 May 2005 16:40:47 -0400

Index: auctex/preview/doc/preview-dtxdoc.pl
diff -u auctex/preview/doc/preview-dtxdoc.pl:1.8 
auctex/preview/doc/preview-dtxdoc.pl:1.9
--- auctex/preview/doc/preview-dtxdoc.pl:1.8    Tue Mar 22 03:07:02 2005
+++ auctex/preview/doc/preview-dtxdoc.pl        Wed May 18 20:40:46 2005
@@ -62,9 +62,9 @@
     s/\\char.//g;
     s/\\raggedright\n//g;
     s/\\DescribeEnv\{(.*?)\} /address@hidden 
address@hidden@address@hidden@address@hidden/;
-    if (s/\\DescribeMacro\{(.*?)\}[ \n]/address@hidden $1\n/) {
+    if (s/\\DescribeMacro\{(.*?)\}( |\n)/address@hidden $1\n/) {
        # Index entries for two important macros
-       if (/(\\Preview(Macro|Environment))[ \n]/) {
+       if (/(\\Preview(Macro|Environment))( |\n)/) {
            $_ .= "address@hidden $1\n";
        }
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]