From: Daniel Martín Date: Sat, 3 Jul 2021 15:59:22 +0000 (+0200) Subject: Fix typo in c-macro-expand docstring X-Git-Tag: emacs-28.0.90~1968^2~1 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0e725e2fe;p=emacs.git Fix typo in c-macro-expand docstring * lisp/progmodes/cmacexp.el (c-macro-expand): Fix typo. (Bug#49356) --- diff --git a/lisp/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el index d3a33bdf870..a393ca9be87 100644 --- a/lisp/progmodes/cmacexp.el +++ b/lisp/progmodes/cmacexp.el @@ -155,7 +155,7 @@ Normally display output in temp buffer, but prefix arg means replace the region with it. `c-macro-preprocessor' specifies the preprocessor to use. -Tf the user option `c-macro-prompt-flag' is non-nil +If the user option `c-macro-prompt-flag' is non-nil prompt for arguments to the preprocessor \(e.g. `-DDEBUG -I ./include'), otherwise use `c-macro-cppflags'.