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

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

[nongnu] elpa/gnuplot 4b44969c9d 2/6: Fix some documentation warnings in


From: ELPA Syncer
Subject: [nongnu] elpa/gnuplot 4b44969c9d 2/6: Fix some documentation warnings in package-lint
Date: Sun, 17 Jul 2022 08:58:31 -0400 (EDT)

branch: elpa/gnuplot
commit 4b44969c9d3a74d89ecbec5f1df31821c4f671ae
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Fix some documentation warnings in package-lint
---
 gnuplot-context.el |  6 +++---
 gnuplot.el         | 14 +++++++-------
 2 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnuplot-context.el b/gnuplot-context.el
index 67f15b0ab0..ff30b1f64d 100644
--- a/gnuplot-context.el
+++ b/gnuplot-context.el
@@ -1729,7 +1729,7 @@ name; otherwise continues tokenizing up to the token at 
point.  FIXME."
 
 ;;;; Variables to be set via pattern matching
 (defvar gnuplot-completions nil
-  "List of possible gnuplot-mode completions at point.
+  "List of possible `gnuplot-mode' completions at point.
 This is filled in by `gnuplot-match-pattern' when it reaches the
 token before point.")
 
@@ -1747,7 +1747,7 @@ for the topmost entry when it reaches the token at 
point.")
 Set by `gnuplot-match-pattern'.  See also `gnuplot-info-at-point'.")
 
 (defvar gnuplot-captures nil
-  "Alist of named capture groups for gnuplot-mode completion code.
+  "Alist of named capture groups for `gnuplot-mode' completion code.
 
 Each entry is of the form (NAME BEGIN END), where NAME is the
 name specified in the (capture NAME PATTERN) form in the
@@ -1756,7 +1756,7 @@ list beginning the capture group, and END is the tail of 
the
 token list just after the end of the capture group.")
 
 (defvar gnuplot-eldoc-hash nil
-  "ElDoc strings for gnuplot-mode.
+  "ElDoc strings for `gnuplot-mode'.
 
 These have to be compiled from the Gnuplot source tree using
 `doc2texi.el'.")
diff --git a/gnuplot.el b/gnuplot.el
index ba54ac77b2..a90bbb07ad 100644
--- a/gnuplot.el
+++ b/gnuplot.el
@@ -179,7 +179,7 @@ So the configuration can be customised by the user."
   :type 'hook)
 
 (defcustom gnuplot-comint-mode-hook nil
-  "Hook run after setting up the gnuplot buffer in gnuplot-comint-mode.
+  "Hook run after setting up the gnuplot buffer in `gnuplot-comint-mode'.
 By default this runs the hook named `gnuplot-comint-setup-hook',
 for backward compatibility."
   :group 'gnuplot-hooks
@@ -316,7 +316,7 @@ These are set by `gnuplot-set-keywords-list' from the 
values in
   "A boolean which gets toggled when the info file is probed.")
 (defcustom gnuplot-keywords-when 'deferred ;; 'immediately
   "This variable controls when the info file is parsed.
-The choices are immediately upon starting gnuplot-mode or the first
+The choices are immediately upon starting `gnuplot-mode' or the first
 time that data is needed."
   :group 'gnuplot
   :type
@@ -326,7 +326,7 @@ time that data is needed."
 (defcustom gnuplot-use-context-sensitive-completion t
   "Non-nil if `gnuplot-context-sensitive-mode' should be enabled by default.
 
-In context-sensitive mode, gnuplot-mode parses the current
+In context-sensitive mode, `gnuplot-mode' parses the current
 command line to provide smarter completion and documentation
 suggestions."
   :group 'gnuplot
@@ -355,10 +355,10 @@ on."
   :type 'boolean)
 
 (defcustom gnuplot-tab-completion nil
-  "Non-nil if TAB should perform completion in gnuplot-mode buffers.
+  "Non-nil if TAB should perform completion in `gnuplot-mode' buffers.
 
 Setting this to non-nil sets the `tab-always-indent' variable to the
-symbol `complete' in gnuplot-mode buffers."
+symbol `complete' in `gnuplot-mode' buffers."
   :group 'gnuplot
   :type 'boolean)
 
@@ -1080,7 +1080,7 @@ Ensures that the region being searched begins and ends 
outside of
 any lines continued with a backslash.
 
 This function is added to `syntax-propertize-extend-region-functions'
-in gnuplot-mode buffers."
+in `gnuplot-mode' buffers."
   (let ((continuation-start
          (min start
               (gnuplot-point-at-beginning-of-continuation start)))
@@ -2060,7 +2060,7 @@ The info file should be installed by default with the 
Gnuplot
 distribution, or is available at the `gnuplot-mode' web page:
 https://github.com/emacsorphanage/gnuplot/
 
-With the new context-sensitive mode active, gnuplot-mode can also
+With the new context-sensitive mode active, `gnuplot-mode' can also
 provide function/`eldoc-mode' syntax hints as you type.  This requires a
 separate file of strings, `gnuplot-eldoc.el', which is also
 provided by recent Gnuplot distributions.



reply via email to

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