comparison 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
comparison
equal deleted inserted replaced
49596:b06535145619 49597:e88404e8f2cf
256 `\\[apply-macro-to-region-lines]' to mark the entire section. 256 `\\[apply-macro-to-region-lines]' to mark the entire section.
257 257
258 Suppose you wanted to build a keyword table in C where each entry 258 Suppose you wanted to build a keyword table in C where each entry
259 looked like this: 259 looked like this:
260 260
261 { \"foo\", foo_data, foo_function }, 261 { \"foo\", foo_data, foo_function },
262 { \"bar\", bar_data, bar_function }, 262 { \"bar\", bar_data, bar_function },
263 { \"baz\", baz_data, baz_function }, 263 { \"baz\", baz_data, baz_function },
264 264
265 You could enter the names in this format: 265 You could enter the names in this format:
266 266