auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex bbe53ed 53/67: Fix document


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex bbe53ed 53/67: Fix document
Date: Fri, 8 Feb 2019 11:40:39 -0500 (EST)

branch: externals/auctex
commit bbe53ede992fda3046c74daf16f22b93e944b749
Author: Ikumi Keita <address@hidden>
Commit: Ikumi Keita <address@hidden>

    Fix document
    
    * doc/auctex.texi (Completion): Correct wrong description and typo.
    (Cleaning): Add mention about variables related to AmSTeX mode.
---
 doc/auctex.texi | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/doc/auctex.texi b/doc/auctex.texi
index f6d8a24..281f390 100644
--- a/doc/auctex.texi
+++ b/doc/auctex.texi
@@ -1354,11 +1354,12 @@ Space will complete and exit.
 
 By default @AUCTeX{} will put an empty set braces @address@hidden@}} after a
 macro with no arguments to stop it from eating the next whitespace.
-This can be stopped by entering @code{LaTeX-math-mode},
address@hidden, or by setting @code{TeX-insert-braces} to nil.
+This is supressed inside math mode and can be disabled totally by
+setting @code{TeX-insert-braces} to nil.
 
 @defopt TeX-insert-braces
-If non-nil, append a empty pair of braces after inserting a macro.
+If non-nil, append a empty pair of braces after inserting a macro with
+no arguments.
 @end defopt
 
 @defopt TeX-insert-braces-alist
@@ -1370,7 +1371,7 @@ the macro name, and the cdr is non-nil or nil, depending 
on whether a
 pair of braces should be, respectively, appended or not to the macro.
 
 If a macro has an element in this variable, @code{TeX-parse-macro} will
-use its value to decided what to do, whatever the value of the variable
+use its value to decide what to do, whatever the value of the variable
 @code{TeX-insert-braces}.
 @end defopt
 
@@ -3916,6 +3917,8 @@ process was started.
 @vindex Texinfo-clean-output-suffixes
 @vindex ConTeXt-clean-intermediate-suffixes
 @vindex ConTeXt-clean-output-suffixes
address@hidden AmSTeX-clean-intermediate-suffixes
address@hidden AmSTeX-clean-output-suffixes
 Remove generated intermediate files.  In case a prefix argument is
 given, remove output files as well.
 
@@ -3933,8 +3936,10 @@ for each @AUCTeX{} mode by means of the variables
 @code{docTeX-clean-output-suffixes},
 @code{Texinfo-clean-intermediate-suffixes},
 @code{Texinfo-clean-output-suffixes},
address@hidden and
address@hidden
address@hidden,
address@hidden,
address@hidden and
address@hidden
 @end deffn
 
 @defopt TeX-clean-confirm



reply via email to

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