summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Martín <mardani29@yahoo.es>2021-07-03 17:59:22 +0200
committerEli Zaretskii <eliz@gnu.org>2021-07-03 19:12:30 +0300
commitb0e725e2fee2b6713eb724ef9812d6534750054d (patch)
treee062c8bc2d14d5c62c4611173b0e5ff8d9fd74af
parentd70dc6946a2c72974b91a6506e9c6237c85ce80d (diff)
downloademacs-b0e725e2fee2b6713eb724ef9812d6534750054d.tar.gz
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
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'.