[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auctex a0b62cb 09/12: ; Fix formulation in comment
From: |
Tassilo Horn |
Subject: |
[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
- [elpa] externals/auctex 65b8b29 02/12: Use #' instead of ' to quote function names, (continued)
- [elpa] externals/auctex 65b8b29 02/12: Use #' instead of ' to quote function names, Tassilo Horn, 2021/04/17
- [elpa] externals/auctex 7ba3caa 03/12: Remove compatibility code for Emacs<24.3, Tassilo Horn, 2021/04/17
- [elpa] externals/auctex b587fdb 04/12: Resolve constant fboundp/boundp/featurep, Tassilo Horn, 2021/04/17
- [elpa] externals/auctex 4046481 01/12: Use closure rather than hand-made lambda, Tassilo Horn, 2021/04/17
- [elpa] externals/auctex 39699a7 05/12: Simplify conditionals evaluating to constant, Tassilo Horn, 2021/04/17
- [elpa] externals/auctex 8cdf102 07/12: ; Fix commit b587fdbeb8 for Emacs 28, Tassilo Horn, 2021/04/17
- [elpa] externals/auctex 5f79e96 08/12: Don't move past % if the current command is a non-indent command, Tassilo Horn, 2021/04/17
- [elpa] externals/auctex 953fcb7 11/12: ; Fix Xreader spelling in docstring., Tassilo Horn, 2021/04/17
- [elpa] externals/auctex 688349a 12/12: Merge remote-tracking branch 'origin/master' into externals/auctex, Tassilo Horn, 2021/04/17
- [elpa] externals/auctex 61f508d 06/12: ; Fix doc string, Tassilo Horn, 2021/04/17
- [elpa] externals/auctex a0b62cb 09/12: ; Fix formulation in comment,
Tassilo Horn <=
- [elpa] externals/auctex fffc8fc 10/12: Rename TeX-xreader-sync-view to TeX-reader-sync-view (bug#47807), Tassilo Horn, 2021/04/17