aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Paul Wallington2003-08-06 03:12:37 +0000
committerJohn Paul Wallington2003-08-06 03:12:37 +0000
commitc5948a7585270ae317aafe85437f5008f14f73ce (patch)
tree06ce72bd74f5eb4f1b045510d8008d568f9e3bd3
parentc5e0561f37d65403a0393550418bbb063a32eb90 (diff)
downloademacs-c5948a7585270ae317aafe85437f5008f14f73ce.tar.gz
emacs-c5948a7585270ae317aafe85437f5008f14f73ce.zip
(Compiler Errors): Say `@end defmac' after `defmac'.
-rw-r--r--lispref/compile.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/lispref/compile.texi b/lispref/compile.texi
index 5ce8c45ee9e..cd88dbac5ab 100644
--- a/lispref/compile.texi
+++ b/lispref/compile.texi
@@ -455,7 +455,7 @@ inside @var{body}.
455 455
456We recommend that you use this construct around the smallest 456We recommend that you use this construct around the smallest
457possible piece of code. 457possible piece of code.
458@end defun 458@end defmac
459 459
460@node Byte-Code Objects 460@node Byte-Code Objects
461@section Byte-Code Function Objects 461@section Byte-Code Function Objects