diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-23 20:12:16 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-23 20:12:16 +0100 |
commit | 42afea9f3c60485947696929b68017f7a4706614 (patch) | |
tree | 6b759f3c22e04ffbb27a41753165d115bc206c73 /doc/cheat.texi | |
parent | ed75b2ba044ab1361a37f3c7440f34332fb603d9 (diff) | |
download | geiser-42afea9f3c60485947696929b68017f7a4706614.tar.gz geiser-42afea9f3c60485947696929b68017f7a4706614.tar.bz2 |
geiser-repl--tab -> geiser-repl-tab-dwim
Following a suggestion by M. Harig, and following the policy that it's
better for command names to not be doubly hyphenated.
Diffstat (limited to 'doc/cheat.texi')
-rw-r--r-- | doc/cheat.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/cheat.texi b/doc/cheat.texi index 4c21450..a0ac413 100644 --- a/doc/cheat.texi +++ b/doc/cheat.texi @@ -122,7 +122,7 @@ third key not modified by @key{Control}; e.g., @tab @code{geiser-edit-symbol-at-point} @tab Edit identifier at point @item TAB -@tab @code{geiser-repl--tab} +@tab @code{geiser-repl-tab-dwim} @tab Complete, indent, or go to next error @item S-TAB (backtab) @tab @code{geiser-repl--previous-error} |