File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -95,9 +95,9 @@ If the context-sensitivity annoys you, you can get simple non-context-sensitive
95
95
completion back by toggling =gnuplot-context-sensitive-mode=.
96
96
97
97
By its nature, the completion code has to know a fair bit about the structure of
98
- the gnuplot language. If you use it with an old version of gnuplot (pre
99
- version 4) it will make mistakes. Most of gnuplot 4.6's command language is
100
- parsed correctly except for the =set terminal= commands.
98
+ the gnuplot language. If you use it with an outdated version of gnuplot it will
99
+ make mistakes. Most of gnuplot 4.6's command language is parsed correctly except
100
+ for the =set terminal= commands.
101
101
102
102
** Eldoc mode
103
103
@@ -106,9 +106,9 @@ context sensitivity is enabled. Both are enabled by default.
106
106
107
107
** Inline Images
108
108
109
- You can have plots displayed inline in the Gnuplot Comint process buffer. This
110
- is handy for trying things out without having to switch between Emacs and the
111
- Gnuplot display. It requires Gnuplot and Emacs to have =png= support. Call
109
+ Plots are displayed inline in the Gnuplot Comint process buffer. This is handy
110
+ for trying things out without having to switch between Emacs and the Gnuplot
111
+ display. It requires Gnuplot and Emacs to have =png= support. Call
112
112
=gnuplot-external-display-mode= in a gnuplot-mode buffer to disable the feature.
113
113
114
114
* Common issues
You can’t perform that action at this time.
0 commit comments