diff lisp/macros.el @ 49597:e88404e8f2cf

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 12:29:42 +0000
parents d817d0837c74
children f08b70837398 d7ddb3e565de
line wrap: on
line diff
--- a/lisp/macros.el	Tue Feb 04 12:03:59 2003 +0000
+++ b/lisp/macros.el	Tue Feb 04 12:29:42 2003 +0000
@@ -258,7 +258,7 @@
 Suppose you wanted to build a keyword table in C where each entry
 looked like this:
 
-    { \"foo\", foo_data, foo_function }, 
+    { \"foo\", foo_data, foo_function },
     { \"bar\", bar_data, bar_function },
     { \"baz\", baz_data, baz_function },