diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-08 13:26:03 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-08 13:26:03 +0100 |
commit | d37cbbef5b83c539927c3bd473632664fc046f97 (patch) | |
tree | 690ef147623ab620533b66e53824c8177cafbe6f /doc/cheat.texi | |
parent | 5abd136eac2a1faa63318c8656a615604c754374 (diff) | |
download | geiser-d37cbbef5b83c539927c3bd473632664fc046f97.tar.gz geiser-d37cbbef5b83c539927c3bd473632664fc046f97.tar.bz2 |
Docs: two spaces after period in texinfo sources.
Thanks to MH, who did all the heavy lifting.
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 870c68c..d5affc4 100644 --- a/doc/cheat.texi +++ b/doc/cheat.texi @@ -123,7 +123,7 @@ third key not modified by @key{Control}; e.g., @tab Edit identifier at point @item TAB @tab @code{geiser-repl--tab} -@tab Complete, indent or go to next error +@tab Complete, indent, or go to next error @item S-TAB (backtab) @tab @code{geiser-repl--previous-error} @tab Go to previous error in the REPL buffer |