changeset 612:68ef62058595

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Apr 1992 12:21:09 +0000
parents 10b56d2a2c2b
children 4de357ef5dba
files lisp/progmodes/cmacexp.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cmacexp.el	Tue Apr 14 22:02:55 1992 +0000
+++ b/lisp/progmodes/cmacexp.el	Fri Apr 17 12:21:09 1992 +0000
@@ -31,7 +31,8 @@
   "Display the result of expanding all C macros occurring in the region.
 The expansion is entirely correct because it uses the C preprocessor.
 You can use the variables `c-macro-preprocessor' and `c-macro-options'
-to customize how preprocessing is done, or specify header file directories."
+to customize how preprocessing is done, or specify header file directories
+and macros to predefine."
   (interactive "r")
   (let ((outbuf (get-buffer-create "*Macroexpansion*"))
 	(tempfile "%%macroexpand%%")