Skip to content

Commit 9283ad9

Browse files
committed
Update README
1 parent 4956576 commit 9283ad9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.org

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ If the context-sensitivity annoys you, you can get simple non-context-sensitive
9595
completion back by toggling =gnuplot-context-sensitive-mode=.
9696

9797
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.
101101

102102
** Eldoc mode
103103

@@ -106,9 +106,9 @@ context sensitivity is enabled. Both are enabled by default.
106106

107107
** Inline Images
108108

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
112112
=gnuplot-external-display-mode= in a gnuplot-mode buffer to disable the feature.
113113

114114
* Common issues

0 commit comments

Comments
 (0)