auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] [elpa] externals/auctex fd118c67d4 58/60: ; * style/doc.e


From: Tassilo Horn
Subject: [AUCTeX-diffs] [elpa] externals/auctex fd118c67d4 58/60: ; * style/doc.el (LaTeX-env-doc-no-comment): Fix docstring.
Date: Fri, 8 Apr 2022 11:52:56 -0400 (EDT)

branch: externals/auctex
commit fd118c67d4afcefc7261cc94521e8d42f35481e0
Author: Arash Esbati <arash@gnu.org>
Commit: Arash Esbati <arash@gnu.org>

    ; * style/doc.el (LaTeX-env-doc-no-comment): Fix docstring.
---
 style/doc.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/style/doc.el b/style/doc.el
index 7bdcb42d0b..322f91ba78 100644
--- a/style/doc.el
+++ b/style/doc.el
@@ -41,9 +41,7 @@
                   (list))
 
 (defun LaTeX-env-doc-no-comment (environment)
-  "Insert ENVIRONMENT and make sure there is no commented empty line inside.
-This function is aware of the environments \"macro\" and
-\"environment\" and adjusts the query accordingly."
+  "Insert ENVIRONMENT and make sure there is no commented empty line inside."
   (LaTeX-insert-environment environment)
   (unless (TeX-active-mark)
     (when (save-excursion




reply via email to

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