# HG changeset patch # User Richard M. Stallman # Date 703513269 0 # Node ID 68ef6205859549d667b8151f9748e247c83e71a9 # Parent 10b56d2a2c2b56193e0bae2329d006297a2780c0 *** empty log message *** diff -r 10b56d2a2c2b -r 68ef62058595 lisp/progmodes/cmacexp.el --- 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%%")