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. eba6bab8c1f9f699c51d3


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. eba6bab8c1f9f699c51d381f4fad3d967128909d
Date: Sat, 9 Jan 2021 06:10:12 -0500 (EST)

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  eba6bab8c1f9f699c51d381f4fad3d967128909d (commit)
      from  83d68ae7b43bb07b59d49748fc7099968bfd712e (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 eba6bab8c1f9f699c51d381f4fad3d967128909d
Author: Tassilo Horn <tsdh@gnu.org>
Date:   Sat Jan 9 12:07:55 2021 +0100

    Fix docstring too wide warnings
    
    * bib-cite.el (bib-dos-or-os2-variable): Reword/reformat docstring so
    that it's less than 80 chars wide.
    * context-en.el (ConTeXt-project-structure-list-en)
    (ConTeXt-section-block-list-en): Ditto.
    * context-nl.el (ConTeXt-project-structure-list-nl)
    (ConTeXt-section-block-list-nl): Ditto.
    * context.el (ConTeXt-numbered-section-hook)
    (ConTeXt-unnumbered-section-hook): Ditto.
    * tex-buf.el (TeX-check-engine): Ditto.

diff --git a/bib-cite.el b/bib-cite.el
index bcf57ed..0799c40 100644
--- a/bib-cite.el
+++ b/bib-cite.el
@@ -675,7 +675,8 @@ a path separator and to translate DOS' backslash to slash.
 
 e.g. Use a path like \"c:\\emtex\\bibinput;c:\\latex\\bibinput\"
 
-\(You can change the environment variable which is searched by setting the  
elisp variable bib-bibtex-env-variable)"
+\(You can change the environment variable which is searched by
+setting the elisp variable bib-bibtex-env-variable)"
   :group 'bib-cite
   :type 'boolean)
 
diff --git a/context-en.el b/context-en.el
index 19dd172..4de977a 100644
--- a/context-en.el
+++ b/context-en.el
@@ -128,11 +128,13 @@
 
 (defvar ConTeXt-project-structure-list-en
   '("project" "environment" "product" "component")
-  "List of the names of ConTeXt project structure elements for its en 
interface.  List should be in logical order.")
+  "List of ConTeXt project structure elements for its en interface.
+List should be in logical order.")
 
 (defvar ConTeXt-section-block-list-en
   '("frontmatter" "bodymatter" "appendices" "backmatter")
-  "List of the names of ConTeXt section blocks for its en interface.  List 
should be in logical order.")
+  "List of ConTeXt section block names for its en interface.
+List should be in logical order.")
 
 
 ;; TODO:
diff --git a/context-nl.el b/context-nl.el
index 7a12d83..debda1f 100644
--- a/context-nl.el
+++ b/context-nl.el
@@ -108,11 +108,13 @@
 
 (defvar ConTeXt-project-structure-list-nl
   '("project" "omgeving" "produkt" "onderdeel")
-  "List of the names of ConTeXt project structure elements for its nl 
interface.  List should be in logical order.")
+  "List of ConTeXt project structure elements for its nl interface.
+List should be in logical order.")
 
 (defvar ConTeXt-section-block-list-nl
   '("inleidingen" "hoofdteksten" "bijlagen" "uitleidingen")
-  "List of the names of ConTeXt section blocks for its nl interface.  List 
should be in logical order.")
+  "List of ConTeXt section block names for its nl interface.
+List should be in logical order.")
 
 
 ;; TODO:
diff --git a/context.el b/context.el
index cb285ff..3e29f5a 100644
--- a/context.el
+++ b/context.el
@@ -406,10 +406,14 @@ section."
 
 The following variables are set before the hooks are run
 
-`ConTeXt-level' - numeric section level, see the documentation of 
`ConTeXt-section'.
-`ConTeXt-name' - name of the sectioning command, derived from `level'.
-`ConTeXt-title' - The title of the section, default to an empty string.
-`ConTeXt-done-mark' - Position of point afterwards, default nil (meaning end).
+`ConTeXt-level'     - numeric section level, see the documentation of
+                      `ConTeXt-section'.
+`ConTeXt-name'      - name of the sectioning command, derived from
+                      `level'.
+`ConTeXt-title'     - The title of the section, default to an empty
+                      string.
+`ConTeXt-done-mark' - Position of point afterwards, default nil
+                      (meaning end).
 
 The following standard hook exist -
 
@@ -454,10 +458,14 @@ in your .emacs file."
 
 The following variables are set before the hooks are run
 
-`ConTeXt-level' - numeric section level, see the documentation of 
`ConTeXt-section'.
-`ConTeXt-name' - name of the sectioning command, derived from `ConTeXt-level'.
-`ConTeXt-title' - The title of the section, default to an empty string.
-`ConTeXt-done-mark' - Position of point afterwards, default nil (meaning end).
+`ConTeXt-level'     - numeric section level, see the documentation of
+                      `ConTeXt-section'.
+`ConTeXt-name'      - name of the sectioning command, derived from
+                      `ConTeXt-level'.
+`ConTeXt-title'     - The title of the section, default to an empty
+                      string.
+`ConTeXt-done-mark' - Position of point afterwards, default nil
+                      (meaning end).
 
 The following standard hook exist -
 
diff --git a/tex-buf.el b/tex-buf.el
index e4e80e5..40a2acc 100644
--- a/tex-buf.el
+++ b/tex-buf.el
@@ -359,7 +359,7 @@ Car is the idx file, cdr is whether idx changed after LaTeX
 run.")
 
 (defcustom TeX-check-engine t
-  "Whether AUCTeX should check the correct engine has been set before running 
LaTeX commands."
+  "Check the correct engine has been set before running TeX commands."
   :group 'TeX-command
   :type 'boolean)
 

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

Summary of changes:
 bib-cite.el   |  3 ++-
 context-en.el |  6 ++++--
 context-nl.el |  6 ++++--
 context.el    | 24 ++++++++++++++++--------
 tex-buf.el    |  2 +-
 5 files changed, 27 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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