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

    Fix some docstring warnings
---
 gnuplot-context.el | 6 +++---
 gnuplot-gui.el     | 3 +--
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnuplot-context.el b/gnuplot-context.el
index 6b49ea7850..aa1838b98b 100644
--- a/gnuplot-context.el
+++ b/gnuplot-context.el
@@ -41,9 +41,9 @@
 ;;
 ;; Gnuplot's context sensitive mode is best controlled using Customize
 ;; (M-x customize-group gnuplot): simply enable the
-;; `gnuplot-context-sensitive-mode' setting. You may also want to turn
+;; `gnuplot-context-sensitive-mode' setting.  You may also want to turn
 ;; on `gnuplot-tab-completion' so that the TAB key does auto-completion
-;; on lines which are already indented. (This just sets the Emacs
+;; on lines which are already indented.  (This just sets the Emacs
 ;; variable `tab-always-indent' to `complete' in Gnuplot buffers).
 ;;
 ;; If you need to turn context sensitivity on or off from Lisp code
@@ -86,7 +86,7 @@
 ;; grammar in S-expression notation (`gnuplot-grammar') is compiled
 ;; down into a vector of "machine code" for the parsing machine (see
 ;; `gnuplot-compile-pattern', `gnuplot-compile-grammar' and
-;; `gnuplot-compiled-grammar'). This is complicated, but it seems to
+;; `gnuplot-compiled-grammar').  This is complicated, but it seems to
 ;; work well enough, and it saves on the Emacs call stack.
 ;;
 ;; Compiling the grammar does require increasing `max-lisp-eval-depth'
diff --git a/gnuplot-gui.el b/gnuplot-gui.el
index bdc31f7936..9be2ae031f 100644
--- a/gnuplot-gui.el
+++ b/gnuplot-gui.el
@@ -839,7 +839,6 @@ This alist is formed at load time by appending together
 Determine contents of current line and set up the appropriate GUI
 frame.  Bound to \\[gnuplot-gui-set-options-and-insert]
 Note that \"cntrparam\" is not currently supported."
-  (interactive)
   (interactive (list last-nonmenu-event))
   (save-excursion
     (if event (mouse-set-point event))
@@ -931,7 +930,7 @@ Note that \"cntrparam\" is not currently supported."
 
 (defun gnuplot-gui-correct-command (word set term begin)
   "Check syntax of set command and terminal specifications.
-WORD is the item being set. SET and TERM are non-nil if the words
+WORD is the item being set.  SET and TERM are non-nil if the words
 \"set\" and \"terminal\" were found preceding WORD in the buffer.
 BEGIN is the beginning of the command."
   (save-excursion

Reply via email to