diff options
Diffstat (limited to 'doc/repl.texi')
-rw-r--r-- | doc/repl.texi | 6 |
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 |