Fix typo in c-macro-expand docstring
* lisp/progmodes/cmacexp.el (c-macro-expand): Fix typo. (Bug#49356)
This commit is contained in:
parent
d70dc6946a
commit
b0e725e2fe
1 changed files with 1 additions and 1 deletions
|
@ -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'.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue