diff options
Diffstat (limited to 'lisp/macros.el')
-rw-r--r-- | lisp/macros.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/macros.el b/lisp/macros.el index 11fa2223a4e..ee3b16f7764 100644 --- a/lisp/macros.el +++ b/lisp/macros.el @@ -258,7 +258,7 @@ and mark at opposite ends of the quoted section, and use 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 }, |