emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex 074af82 16/35: Add docs for LaTeX-fill-excluded-


From: Tassilo Horn
Subject: [elpa] externals/auctex 074af82 16/35: Add docs for LaTeX-fill-excluded-macros
Date: Sun, 22 Mar 2015 09:27:02 +0000

branch: externals/auctex
commit 074af823b179727d9023297cbaef9fd22c6b1255
Author: Tassilo Horn <address@hidden>
Commit: Tassilo Horn <address@hidden>

    Add docs for LaTeX-fill-excluded-macros
    
    * doc/auctex.texi (Filling): Document LaTeX-fill-excluded-macros.
---
 ChangeLog       |    2 ++
 doc/auctex.texi |   20 ++++++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index de66ef6..b9e1a84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2015-03-03  Tassilo Horn  <address@hidden>
 
+       * doc/auctex.texi (Filling): Document LaTeX-fill-excluded-macros.
+
        * latex.el (LaTeX-fill-excluded-macros): New defcustom for
        excluding macro arguments from filling.
        (LaTeX-fill-region-as-paragraph): Use it.
diff --git a/doc/auctex.texi b/doc/auctex.texi
index 8fb997c..3f4ba91 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -1741,6 +1741,26 @@ be inserted before the last non-comment word to minimize 
the chance that
 the line becomes overfull.
 @end defopt
 
address@hidden LaTeX-fill-excluded-macros
+A list of macro names (without leading backslash) for whose arguments
+filling should be disabled.  Typically, you will want to add macros here
+which have long, multi-line arguments.  An example is
address@hidden from the pgfplotstable package which is
+used as shown in the following listing:
+
address@hidden
+\pgfplotstabletypeset[skip first n=4]{%
+  XYZ Format,
+  Version 1.234
+  Date 2010-09-01
+  @author Mustermann
+  A B C
+  1 2 3
+  4 5 6
+}
address@hidden verbatim
address@hidden defopt
+
 @node Display
 @chapter Controlling Screen Display
 



reply via email to

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