summaryrefslogtreecommitdiff
path: root/module/language/elisp/runtime/macros.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/language/elisp/runtime/macros.scm')
-rw-r--r--module/language/elisp/runtime/macros.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/language/elisp/runtime/macros.scm b/module/language/elisp/runtime/macros.scm
index a62f721e7..b28706781 100644
--- a/module/language/elisp/runtime/macros.scm
+++ b/module/language/elisp/runtime/macros.scm
@@ -81,7 +81,7 @@
(progn ,@(cdr cur))
,rest))))))))
-;;; The and and or forms can also be easily defined with macros.
+;;; The `and' and `or' forms can also be easily defined with macros.
(built-in-macro and
(case-lambda