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 823d795b6de..06b03a24bd6 100644 --- a/lisp/progmodes/cc-engine.el +++ b/lisp/progmodes/cc-engine.el @@ -7972,7 +7972,7 @@ comment at the start of cc-engine.el for more info." ;; This should be called with point inside an argument list. ;; ;; Only one level of enclosing parentheses is considered, so for - ;; instance `nil' is returned when in a function call within an asm + ;; instance nil is returned when in a function call within an asm ;; operand. ;; ;; This function might do hidden buffer changes. |