diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-11-06 22:56:48 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2010-11-06 22:56:48 +0100 |
commit | f1684f872705bdbb8566f83529cb7707f89cc10b (patch) | |
tree | e5fe5c0d60c1fcff1e3803c6753749dde46c8d9a | |
parent | 580b2193b8f4bb11eb5e24db22bc69aeb3893a9b (diff) | |
download | geiser-f1684f872705bdbb8566f83529cb7707f89cc10b.tar.gz geiser-f1684f872705bdbb8566f83529cb7707f89cc10b.tar.bz2 |
Doc fix
-rw-r--r-- | doc/parens.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/parens.texi b/doc/parens.texi index 7ae5420..9ce0d05 100644 --- a/doc/parens.texi +++ b/doc/parens.texi @@ -61,7 +61,7 @@ If, for some reason i cannot fathom, you prefer @i{geiser-mode} not to be active by default, the following elisp incantation will do the trick: @example -(eval-after-load "geiser-mode" +(eval-after-load "geiser" (remove-hook 'scheme-mode-hook 'turn-on-geiser-mode)) @end example @cindex scheme file extensions |