summaryrefslogtreecommitdiff
path: root/module/language/elisp/runtime/macros.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-01-05 23:38:10 +0100
committerLudovic Courtès <ludo@gnu.org>2012-01-05 23:38:10 +0100
commitb3da54d1813f34fca31cdb5fd3db90b9141b1b7a (patch)
tree52a6ea1a154816fece46bac4850c0f9b3d8861b9 /module/language/elisp/runtime/macros.scm
parenta3989357b32ba51c0780732e06c88baec16d3229 (diff)
Placate a number of `syntax-check' verifications.
- "filesystem" -> "file system" - remove doubled words - use EXIT_* macros instead of literal numbers - update `syntax-check' exclusion files
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