diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-07 18:59:18 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2011-01-07 18:59:18 +0100 |
commit | 68abcf73367753b5b412d9d377f1840c412dffd5 (patch) | |
tree | 2f7da08e72e99bb43bb6c73fc84243beb0c53f90 | |
parent | e7c4ef3400f3227737b1445f7fe1bf4884b1c55d (diff) | |
download | geiser-guile-68abcf73367753b5b412d9d377f1840c412dffd5.tar.gz geiser-guile-68abcf73367753b5b412d9d377f1840c412dffd5.tar.bz2 |
Doc nit
-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 5413eee..c8237b4 100644 --- a/doc/parens.texi +++ b/doc/parens.texi @@ -275,7 +275,7 @@ you would write something like @example (setq geiser-autodoc-identifier-format "%s ~ %s") @end example -in your Emacs initialization files. There's also a face +in your Emacs initialisation files. There's also a face (@code{geiser-font-lock-autodoc-identifier}) that you can customize (for instance, with @kbd{M-x customize-face}) to change the appearance of the text. And another one (@code{geiser-font-lock-autodoc-current-arg}) that |