diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2022-04-18 13:08:26 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2022-04-18 13:19:14 -0700 |
commit | 734f0f68a492f999a307e1cfa6f1cd7df408333f (patch) | |
tree | f5d030fe747b8ba8970f077718accef58124fb5b /doc/lispref/functions.texi | |
parent | 7b1881682bfbd1ff83d47b88fa8cca22c0290c17 (diff) | |
download | emacs-734f0f68a492f999a307e1cfa6f1cd7df408333f.tar.gz emacs-734f0f68a492f999a307e1cfa6f1cd7df408333f.tar.bz2 emacs-734f0f68a492f999a307e1cfa6f1cd7df408333f.zip |
Use "@code{nil}" in documentation
Diffstat (limited to 'doc/lispref/functions.texi')
-rw-r--r-- | doc/lispref/functions.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index 70337d4c4a8..2f386eaa47e 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi @@ -1616,7 +1616,7 @@ were a local variable that had been captured by static scoping. @defun oclosure-type object This function returns the OClosure type (a symbol) of @var{object} if it is an -OClosure, and nil otherwise. +OClosure, and @code{nil} otherwise. @end defun |