branch: elpa/gnuplot
commit a8383e8b55e0cc2875564520ebd1884eea0708d9
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Fix docstring warning
---
 gnuplot-context.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnuplot-context.el b/gnuplot-context.el
index 075d736930..7953567510 100644
--- a/gnuplot-context.el
+++ b/gnuplot-context.el
@@ -1736,9 +1736,9 @@ token before point.")
   "Relevant page of the Gnuplot info manual for the construction at point.
 
 Set by `gnuplot-context--match-pattern' using information from
-`gnuplot-context--compiled-grammar'.  `gnuplot-context--match-pattern' pushes 
ElDoc
-and info strings onto the stack as it runs, and scans the stack
-for the topmost entry when it reaches the token at point.")
+`gnuplot-context--compiled-grammar'.  `gnuplot-context--match-pattern'
+pushes ElDoc and info strings onto the stack as it runs, and scans the
+stack for the topmost entry when it reaches the token at point.")
 
 (defvar gnuplot-context--captures nil
   "Alist of named capture groups for `gnuplot-mode' completion code.

Reply via email to