Skip to content

Commit a8383e8

Browse files
committed
Fix docstring warning
1 parent cbd1230 commit a8383e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gnuplot-context.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1736,9 +1736,9 @@ token before point.")
17361736
"Relevant page of the Gnuplot info manual for the construction at point.
17371737
17381738
Set by `gnuplot-context--match-pattern' using information from
1739-
`gnuplot-context--compiled-grammar'. `gnuplot-context--match-pattern' pushes ElDoc
1740-
and info strings onto the stack as it runs, and scans the stack
1741-
for the topmost entry when it reaches the token at point.")
1739+
`gnuplot-context--compiled-grammar'. `gnuplot-context--match-pattern'
1740+
pushes ElDoc and info strings onto the stack as it runs, and scans the
1741+
stack for the topmost entry when it reaches the token at point.")
17421742

17431743
(defvar gnuplot-context--captures nil
17441744
"Alist of named capture groups for `gnuplot-mode' completion code.

0 commit comments

Comments
 (0)