diff options
| author | Daniel MartÃn | 2021-07-03 17:59:22 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2021-07-03 19:12:30 +0300 |
| commit | b0e725e2fee2b6713eb724ef9812d6534750054d (patch) | |
| tree | e062c8bc2d14d5c62c4611173b0e5ff8d9fd74af | |
| parent | d70dc6946a2c72974b91a6506e9c6237c85ce80d (diff) | |
| download | emacs-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.el | 2 |
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 | |||
| 155 | prefix arg means replace the region with it. | 155 | prefix 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. |
| 158 | Tf the user option `c-macro-prompt-flag' is non-nil | 158 | If the user option `c-macro-prompt-flag' is non-nil |
| 159 | prompt for arguments to the preprocessor \(e.g. `-DDEBUG -I ./include'), | 159 | prompt for arguments to the preprocessor \(e.g. `-DDEBUG -I ./include'), |
| 160 | otherwise use `c-macro-cppflags'. | 160 | otherwise use `c-macro-cppflags'. |
| 161 | 161 | ||