aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/internals.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi
index c977b2e549f..75a4f49144d 100644
--- a/doc/lispref/internals.texi
+++ b/doc/lispref/internals.texi
@@ -592,7 +592,8 @@ This is an interactive specification, a string such as might be used as
592the argument of @code{interactive} in a Lisp function. In the case of 592the argument of @code{interactive} in a Lisp function. In the case of
593@code{or}, it is 0 (a null pointer), indicating that @code{or} cannot be 593@code{or}, it is 0 (a null pointer), indicating that @code{or} cannot be
594called interactively. A value of @code{""} indicates a function that 594called interactively. A value of @code{""} indicates a function that
595should receive no arguments when called interactively. 595should receive no arguments when called interactively. If the value
596begins with a @samp{(}, the string is evaluated as a Lisp form.
596 597
597@item doc 598@item doc
598This is the documentation string. It uses C comment syntax rather 599This is the documentation string. It uses C comment syntax rather