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 | e2710ee3d9ccffebe67f9a1b16fb7cf88a789655 (patch) | |
tree | 00a1372e7c3ccd5a6431014891435685a8ddfc07 /doc/cheat.texi | |
parent | 7ba4e724f79ed7cc307b1337412be61eead5daa9 (diff) | |
download | geiser-guile-e2710ee3d9ccffebe67f9a1b16fb7cf88a789655.tar.gz geiser-guile-e2710ee3d9ccffebe67f9a1b16fb7cf88a789655.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 |