File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 41
41
; ;
42
42
; ; Gnuplot's context sensitive mode is best controlled using Customize
43
43
; ; (M-x customize-group gnuplot): simply enable the
44
- ; ; `gnuplot-context-sensitive-mode' setting. You may also want to turn
44
+ ; ; `gnuplot-context-sensitive-mode' setting. You may also want to turn
45
45
; ; on `gnuplot-tab-completion' so that the TAB key does auto-completion
46
- ; ; on lines which are already indented. (This just sets the Emacs
46
+ ; ; on lines which are already indented. (This just sets the Emacs
47
47
; ; variable `tab-always-indent' to `complete' in Gnuplot buffers).
48
48
; ;
49
49
; ; If you need to turn context sensitivity on or off from Lisp code
86
86
; ; grammar in S-expression notation (`gnuplot-grammar' ) is compiled
87
87
; ; down into a vector of "machine code" for the parsing machine (see
88
88
; ; `gnuplot-compile-pattern' , `gnuplot-compile-grammar' and
89
- ; ; `gnuplot-compiled-grammar' ). This is complicated, but it seems to
89
+ ; ; `gnuplot-compiled-grammar' ). This is complicated, but it seems to
90
90
; ; work well enough, and it saves on the Emacs call stack.
91
91
; ;
92
92
; ; Compiling the grammar does require increasing `max-lisp-eval-depth'
Original file line number Diff line number Diff line change @@ -839,7 +839,6 @@ This alist is formed at load time by appending together
839
839
Determine contents of current line and set up the appropriate GUI
840
840
frame. Bound to \\ [gnuplot-gui-set-options-and-insert]
841
841
Note that \" cntrparam\" is not currently supported."
842
- (interactive )
843
842
(interactive (list last-nonmenu-event))
844
843
(save-excursion
845
844
(if event (mouse-set-point event))
@@ -931,7 +930,7 @@ Note that \"cntrparam\" is not currently supported."
931
930
932
931
(defun gnuplot-gui-correct-command (word set term begin )
933
932
" Check syntax of set command and terminal specifications.
934
- WORD is the item being set. SET and TERM are non-nil if the words
933
+ WORD is the item being set. SET and TERM are non-nil if the words
935
934
\" set\" and \" terminal\" were found preceding WORD in the buffer.
936
935
BEGIN is the beginning of the command."
937
936
(save-excursion
You can’t perform that action at this time.
0 commit comments