aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Martín2021-07-03 17:59:22 +0200
committerEli Zaretskii2021-07-03 19:12:30 +0300
commitb0e725e2fee2b6713eb724ef9812d6534750054d (patch)
treee062c8bc2d14d5c62c4611173b0e5ff8d9fd74af
parentd70dc6946a2c72974b91a6506e9c6237c85ce80d (diff)
downloademacs-b0e725e2fee2b6713eb724ef9812d6534750054d.tar.gz
emacs-b0e725e2fee2b6713eb724ef9812d6534750054d.zip
Fix typo in c-macro-expand docstring
* lisp/progmodes/cmacexp.el (c-macro-expand): Fix typo. (Bug#49356)
-rw-r--r--lisp/progmodes/cmacexp.el2
1 files changed, 1 insertions, 1 deletions
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
155prefix arg means replace the region with it. 155prefix arg means replace the region with it.
156 156
157`c-macro-preprocessor' specifies the preprocessor to use. 157`c-macro-preprocessor' specifies the preprocessor to use.
158Tf the user option `c-macro-prompt-flag' is non-nil 158If the user option `c-macro-prompt-flag' is non-nil
159prompt for arguments to the preprocessor \(e.g. `-DDEBUG -I ./include'), 159prompt for arguments to the preprocessor \(e.g. `-DDEBUG -I ./include'),
160otherwise use `c-macro-cppflags'. 160otherwise use `c-macro-cppflags'.
161 161