From b2b79169a4a7fab4de2f0337f5c850421a3ad3a0 Mon Sep 17 00:00:00 2001 From: Jose Antonio Ortega Ruiz Date: Fri, 19 Nov 2010 21:13:56 +0100 Subject: 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). --- doc/repl.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/repl.texi') 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 -- cgit v1.2.3