diff options
Diffstat (limited to 'lisp/progmodes/cc-engine.el')
-rw-r--r-- | lisp/progmodes/cc-engine.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-engine.el b/lisp/progmodes/cc-engine.el index 520b7e573bf..a0f44a23bca 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el @@ -4616,7 +4616,7 @@ comment at the start of cc-engine.el for more info." (defun c-literal-type (range) "Convenience function that given the result of `c-literal-limits', returns nil or the type of literal that the range surrounds, one -of the symbols 'c, 'c++ or 'string. It's much faster than using +of the symbols `c', `c++' or `string'. It's much faster than using `c-in-literal' and is intended to be used when you need both the type of a literal and its limits. |