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

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

[elpa] externals/auctex eba6bab 03/23: Fix docstring too wide warnings


From: Tassilo Horn
Subject: [elpa] externals/auctex eba6bab 03/23: Fix docstring too wide warnings
Date: Sat, 23 Jan 2021 04:10:05 -0500 (EST)

branch: externals/auctex
commit eba6bab8c1f9f699c51d381f4fad3d967128909d
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    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.
---
 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(-)

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)
 



reply via email to

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