summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-11-21 19:01:36 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-11-21 19:01:36 +0100
commit565b22e7d26a852504fe09b5316cea06f767e2d1 (patch)
tree3e5cfb1b8020891fe5571636984126720ecb2c31 /README
parentc48db15666159bf5880c4d67374c8fd6e77328fd (diff)
downloadgeiser-565b22e7d26a852504fe09b5316cea06f767e2d1.tar.gz
geiser-565b22e7d26a852504fe09b5316cea06f767e2d1.tar.bz2
Doc browser: section navigation cmmands
Details, details.
Diffstat (limited to 'README')
-rw-r--r--README32
1 files changed, 18 insertions, 14 deletions
diff --git a/README b/README
index 8d7ec09..6140d2f 100644
--- a/README
+++ b/README
@@ -160,20 +160,24 @@
*** In the documentation browser:
- |------------+----------------------------------------------|
- | n, f | Next page |
- | p, b | Previous page |
- | TAB, S-TAB | Next/previous link |
- |------------+----------------------------------------------|
- | k | Kill current page and go to previous or next |
- | g, r | Refresh page |
- | c | Clear browsing history |
- |------------+----------------------------------------------|
- | ., M-. | Edit identifier at point |
- | z | Switch to REPL |
- |------------+----------------------------------------------|
- | q | Bury buffer |
- |------------+----------------------------------------------|
+ |----------+----------------------------------------------|
+ | f | Next page |
+ | b | Previous page |
+ |----------+----------------------------------------------|
+ | TAB, n | Next link |
+ | S-TAB, p | Previous link |
+ | N | Next section |
+ | P | Previous section |
+ |----------+----------------------------------------------|
+ | k | Kill current page and go to previous or next |
+ | g, r | Refresh page |
+ | c | Clear browsing history |
+ |----------+----------------------------------------------|
+ | ., M-. | Edit identifier at point |
+ | z | Switch to REPL |
+ |----------+----------------------------------------------|
+ | q | Bury buffer |
+ |----------+----------------------------------------------|
*** In backtrace (evaluation/compile result) buffers: