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 | db46b2c43a91f9cc6de48d634e7c089b756a5128 (patch) | |
tree | 56641a43b12d75611fecec19f5bd245a0be8b74b | |
parent | 6614e86866199e2efdd10886d690360e90f1451b (diff) | |
download | geiser-db46b2c43a91f9cc6de48d634e7c089b756a5128.tar.gz geiser-db46b2c43a91f9cc6de48d634e7c089b756a5128.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 |