projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d70dc69
)
Fix typo in c-macro-expand docstring
author
Daniel Martín
<mardani29@yahoo.es>
Sat, 3 Jul 2021 15:59:22 +0000
(17:59 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 3 Jul 2021 16:12:30 +0000
(19:12 +0300)
* lisp/progmodes/cmacexp.el (c-macro-expand): Fix typo. (Bug#49356)
lisp/progmodes/cmacexp.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/cmacexp.el
b/lisp/progmodes/cmacexp.el
index d3a33bdf870a34a55eea6ad8ea444cca8989c23f..a393ca9be87f3d2a9c3b11af891c1bd80926b209 100644
(file)
--- 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.
-
T
f the user option `c-macro-prompt-flag' is non-nil
+
I
f 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'.