auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. f6dd4a4a7bb3f8ccb054f


From: Arash Esbati
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. f6dd4a4a7bb3f8ccb054ff5b38105ddf8b88a671
Date: Wed, 20 Oct 2021 09:15:57 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  f6dd4a4a7bb3f8ccb054ff5b38105ddf8b88a671 (commit)
      from  bd723c7405bf5b241350f9c850e3dde793374ed7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f6dd4a4a7bb3f8ccb054ff5b38105ddf8b88a671
Author: Arash Esbati <arash@gnu.org>
Date:   Wed Oct 20 15:14:51 2021 +0200

    ; Silence the compiler
    
    * style/floatrow.el (LaTeX-floatrow-arg-declare-new-floattype):
    * tex.el (TeX-complete-make-expert-command-functions)
    (TeX-ispell-tex-arg-verb-end): Rephrase docstrings to less than 80
    characters.

diff --git a/style/floatrow.el b/style/floatrow.el
index 4f61606..5401f2f 100644
--- a/style/floatrow.el
+++ b/style/floatrow.el
@@ -497,7 +497,7 @@ the string \"label\" or \"ref\"."
     (TeX-argument-insert cmd optional TeX-esc)))
 
 (defun LaTeX-floatrow-arg-declare-new-floattype (optional &optional cleanup)
-  "Query and insert the first argument of \"DeclareNewFloatType\" macro from 
floatrow.sty.
+  "Query and insert the first argument of \"DeclareNewFloatType\" macro.
 If OPTIONAL is non-nil, insert the argument in brackets.  If
 CLEANUP in non-nil, skip the query and insert process as we are
 inside the function `LaTeX-floatrow-auto-cleanup' and process
diff --git a/tex.el b/tex.el
index 751c84a..32c4a53 100644
--- a/tex.el
+++ b/tex.el
@@ -3152,7 +3152,7 @@ Expert %s are completed depending on 
`TeX-complete-expert-commands'."
              (puthash x style TeX-expert-macro-table))))
 
        (defun ,(intern (format "%s-filtered" list-var)) ()
-         ,(format "Return (%s) filtered depending on 
`TeX-complete-expert-commands'."
+         ,(format "Filter (%s) depending on `TeX-complete-expert-commands'."
                   list-var)
          (delq nil
                (mapcar
@@ -6572,7 +6572,7 @@ skipped."
      (sit-for 2))))
 
 (defun TeX-ispell-tex-arg-verb-end (&optional arg)
-  "Skip across an optional argument, ARG number of mandatory ones and verbatim 
content.
+  "Skip an optional argument, ARG number of mandatory ones and verbatim 
content.
 This function always checks if one optional argument in brackets
 is given and skips over it.  If ARG is a number, it skips over
 that many mandatory arguments in braces.  Then it checks for

-----------------------------------------------------------------------

Summary of changes:
 style/floatrow.el | 2 +-
 tex.el            | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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