>From 8232e932c7982fb110f7c19bbc8a838145c818c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=ADn?= Date: Sat, 3 Jul 2021 17:59:22 +0200 Subject: [PATCH] Fix typo in c-macro-expand docstring * lisp/progmodes/cmacexp.el (c-macro-expand): Fix typo. --- lisp/progmodes/cmacexp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/cmacexp.el b/lisp/progmodes/cmacexp.el index edcd88ce24..0f7c8c6f31 100644 --- a/lisp/progmodes/cmacexp.el +++ b/lisp/progmodes/cmacexp.el @@ -141,7 +141,7 @@ c-macro-expand 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'. -- 2.31.0