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 | ba3fb44c64eac29fd0b322fb811f1983eaacf796 (patch) | |
tree | b6758bd2af27006402be4b756612f04d41777928 /doc | |
parent | 209110b1852fec5260e95deb9a47208c67927e2f (diff) | |
download | geiser-guile-ba3fb44c64eac29fd0b322fb811f1983eaacf796.tar.gz geiser-guile-ba3fb44c64eac29fd0b322fb811f1983eaacf796.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')
-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} |