summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-translation.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/scheme-translation.texi')
-rw-r--r--doc/ref/scheme-translation.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/scheme-translation.texi b/doc/ref/scheme-translation.texi
index e0e1aff41..4d398c60f 100644
--- a/doc/ref/scheme-translation.texi
+++ b/doc/ref/scheme-translation.texi
@@ -28,7 +28,7 @@ is Scheme's end-of-list.
@deffnx {C Function} scm_nil_cons (x, y)
Create a new cons cell with @var{x} as the car and @var{y} as
the cdr, but convert @var{y} to Scheme's end-of-list if it is
-a LISP nil.
+a Lisp nil.
@end deffn
@deffn {Scheme Procedure} nil-eq x y