emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/auctex f6dd4a4 25/71: ; Silence the compiler


From: Tassilo Horn
Subject: [elpa] externals/auctex f6dd4a4 25/71: ; Silence the compiler
Date: Fri, 17 Dec 2021 15:00:29 -0500 (EST)

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

    ; 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.
---
 style/floatrow.el | 2 +-
 tex.el            | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

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



reply via email to

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