auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex a0b62cb 09/12: ; Fix formulation


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex a0b62cb 09/12: ; Fix formulation in comment
Date: Sat, 17 Apr 2021 15:13:23 -0400 (EDT)

branch: externals/auctex
commit a0b62cb27beff6a830059f8b5ef63d67b989b486
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    ; Fix formulation in comment
---
 latex.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/latex.el b/latex.el
index f85e5e0..fd6459c 100644
--- a/latex.el
+++ b/latex.el
@@ -3692,9 +3692,9 @@ commented line.  The symbols 'inner and 'outer are 
recognized."
                         (eq major-mode 'doctex-mode))
                    (and (TeX-in-commented-line)
                         ;; Only move after the % if we're actually
-                        ;; performing an indent command and something
-                        ;; else like our `TeX-newline-function' which
-                        ;; will be invoked automatically by
+                        ;; performing an indent command and not, e.g.,
+                        ;; our `TeX-newline-function' which will be
+                        ;; invoked automatically by
                         ;; `electric-indent-mode' (bug#47757).
                         (memq this-command
                               `(,indent-line-function




reply via email to

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