Skip to content

Commit 9409a45

Browse files
committed
Update README: Info file and eldoc information is distributed with the package
1 parent 66872c8 commit 9409a45

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.org

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ or do =M-x list-packages= and search for =gnuplot= in the list.
3131
* Configuration
3232

3333
=gnuplot-mode= is enabled automatically for =*.gp= files. The function
34-
=gnuplot-info-lookup-symbol= looks at the Gnuplot info file. For that function to
35-
work, a =gnuplot.info= file must be available in a directory in
36-
=Info-directory-list=.
34+
=gnuplot-info-lookup-symbol= looks at the Gnuplot info file.
3735

3836
* Usage
3937

@@ -81,9 +79,7 @@ By default gnuplot-mode will try to parse your commands as you type
8179
and suggest only relevant completion candidates on typing =M-TAB= or
8280
=TAB=. For example, with point after the =with= of a =plot= command,
8381
tab completion will suggest only plotting styles. This also enables
84-
more specific help topic lookup in the gnuplot info file, provided you
85-
have the right version of =gnuplot.info= installed (see the
86-
Installation section for instructions).
82+
more specific help topic lookup in the gnuplot info file.
8783

8884
If the context-sensitivity annoys you, you can get simple
8985
non-context-sensitive completion back by toggling

0 commit comments

Comments
 (0)