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
commita13ecebab407cf7c7a2e3938a1a1f2c436208a2e (patch)
treef3c94789b8f7749640565d2591e93a44e018e981 /README
parent80bc0ec73440eb060646d0e511e60a269ca0ee7e (diff)
downloadgeiser-chez-a13ecebab407cf7c7a2e3938a1a1f2c436208a2e.tar.gz
geiser-chez-a13ecebab407cf7c7a2e3938a1a1f2c436208a2e.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: