File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -22,10 +22,13 @@ devdocs-install=. This will query https://devdocs.io for the
22
22
available documents and save the selected one to disk. To read the
23
23
installed documentation, there are two options:
24
24
25
- - =devdocs-peruse=: Select a document and display its first page.
26
25
- =devdocs-lookup=: Select an index entry and display it.
26
+ - =devdocs-peruse=: Select a document and display its first page.
27
+ - =devdocs-grep=: Do full-text search on a collection of documents.
28
+ This feature is experimental, and somewhat slow. You are usually
29
+ better served by an index lookup.
27
30
28
- It's handy to have a keybinding for the latter command. One
31
+ It's handy to have a keybinding for the lookup command. One
29
32
possibility, in analogy to =C-h S= (=info-lookup-symbol=), is
30
33
31
34
#+begin_src elisp
@@ -39,7 +42,7 @@ in subsequent calls to =devdocs-lookup=, unless a prefix argument is
39
42
given; in this case you can select a new list of documents.
40
43
41
44
In the =*devdocs*= buffer, navigation keys similar to Info and
42
- =*Help*= buffers are available; press =C-h m = for details. Internal
45
+ =*Help*= buffers are available; press =? = for details. Internal
43
46
hyperlinks are opened in the same viewing buffer, and external links
44
47
are opened as =browse-url= normally would.
45
48
You can’t perform that action at this time.
0 commit comments