summaryrefslogtreecommitdiff
path: root/doc/repl.texi
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2010-11-19 21:13:56 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2010-11-19 21:13:56 +0100
commitb2b79169a4a7fab4de2f0337f5c850421a3ad3a0 (patch)
treea3aedaf38ef01a1c7d12c8dbd62ce8f6dba0c2f6 /doc/repl.texi
parent908fffdc3a35b61089626f7ac986d1f36af42162 (diff)
downloadgeiser-b2b79169a4a7fab4de2f0337f5c850421a3ad3a0.tar.gz
geiser-b2b79169a4a7fab4de2f0337f5c850421a3ad3a0.tar.bz2
Better argument display in autodoc
Simpler (we don't need no square brackets) and more correct (keywords display as keywords and we only include default values when available (Guile, i'm looking at you).
Diffstat (limited to 'doc/repl.texi')
-rw-r--r--doc/repl.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/repl.texi b/doc/repl.texi
index aefa432..ffb733b 100644
--- a/doc/repl.texi
+++ b/doc/repl.texi
@@ -210,10 +210,10 @@ If that identifier corresponds to a variable visible in the current
namespace, you'll see the module it belongs to and its value. For
procedures and macros, autodoc will display, instead of their value, the
argument names (or an underscore if Geiser cannot determine the name
-used in the definition). Optional arguments are surrounded by square
-brackets, and, when the optional argument has a default value, it's
+used in the definition). Optional arguments are surrounded by
+parenthesis. When the optional argument has a default value, it's
represented by a list made up of its name and that value. When the
-argument is a keyword argument, its name is preceded by a colon.
+argument is a keyword argument, its name has ``#:'' as a prefix.
@cindex help on identifier
If that's not enough documentation for you, @kbd{C-c C-d d} will open a