Skip to content

Commit eeb45dd

Browse files
committed
Update readme
1 parent 4be803f commit eeb45dd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.org

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,13 @@ devdocs-install=. This will query https://devdocs.io for the
2222
available documents and save the selected one to disk. To read the
2323
installed documentation, there are two options:
2424

25-
- =devdocs-peruse=: Select a document and display its first page.
2625
- =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.
2730

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
2932
possibility, in analogy to =C-h S= (=info-lookup-symbol=), is
3033

3134
#+begin_src elisp
@@ -39,7 +42,7 @@ in subsequent calls to =devdocs-lookup=, unless a prefix argument is
3942
given; in this case you can select a new list of documents.
4043

4144
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
4346
hyperlinks are opened in the same viewing buffer, and external links
4447
are opened as =browse-url= normally would.
4548

0 commit comments

Comments
 (0)