]> git.eshelyaron.com Git - emacs.git/commitdiff
Correct terminology in Elisp Reference Manual
authorShynur <one.last.kiss@outlook.com>
Tue, 4 Apr 2023 07:07:37 +0000 (15:07 +0800)
committerEli Zaretskii <eliz@gnu.org>
Tue, 4 Apr 2023 11:16:23 +0000 (14:16 +0300)
* doc/lispref/functions.texi (Function Names): 'defun' is a macro, not
a special form.  (Bug#62661)

Copyright-paperwork-exempt: yes

doc/lispref/functions.texi

index d38f6ef38bce20832d594fb92b525fd7a72cfbf2..551e743a6535cc6bc14a933d811a83c15420f441 100644 (file)
@@ -593,8 +593,8 @@ symbol a function definition, its function cell is said to be
   In practice, nearly all functions have names, and are referred to by
 their names.  You can create a named Lisp function by defining a
 lambda expression and putting it in a function cell (@pxref{Function
-Cells}).  However, it is more common to use the @code{defun} special
-form, described in the next section.
+Cells}).  However, it is more common to use the @code{defun} macro,
+described in the next section.
 @ifnottex
 @xref{Defining Functions}.
 @end ifnottex