import xemacs-21.2.37
[chise/xemacs-chise.git.1] / man / lispref / macros.texi
index 92c6dbf..78b43d6 100644 (file)
@@ -1,6 +1,6 @@
 @c -*-texinfo-*-
 @c This is part of the XEmacs Lisp Reference Manual.
-@c Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc. 
+@c Copyright (C) 1990, 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
 @c See the file lispref.texi for copying conditions.
 @setfilename ../../info/macros.info
 @node Macros, Loading, Functions, Top
@@ -282,7 +282,7 @@ Here are some examples:
 @end group
 @end example
 
-@quotation 
+@quotation
 In older versions of Emacs (before XEmacs 19.12 or FSF Emacs version
 19.29), @samp{`} used a different syntax which required an extra level
 of parentheses around the entire backquote construct.  Likewise, each
@@ -397,7 +397,7 @@ macro.  Here is a correct expansion for the @code{for} macro:
 @end group
 @end smallexample
 
-Here is a macro definition that creates this expansion: 
+Here is a macro definition that creates this expansion:
 
 @smallexample
 @group