]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in c-macro-expand docstring
authorDaniel Martín <mardani29@yahoo.es>
Sat, 3 Jul 2021 15:59:22 +0000 (17:59 +0200)
committerEli 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

index d3a33bdf870a34a55eea6ad8ea444cca8989c23f..a393ca9be87f3d2a9c3b11af891c1bd80926b209 100644 (file)
@@ -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'.