diff options
Diffstat (limited to 'lisp/progmodes/cc-mode.el')
-rw-r--r-- | lisp/progmodes/cc-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el index 4ea097445da..9b89681c3bf 100644 --- a/lisp/progmodes/cc-mode.el +++ b/lisp/progmodes/cc-mode.el @@ -1198,7 +1198,7 @@ Note that this is a strict tail, so won't match, e.g. \"0x....\".") ;; This function is called exclusively as a before-change function via the ;; variable `c-get-state-before-change-functions'. (c-save-buffer-state (p-limit found) - ;; Special consideraton for deleting \ from '\''. + ;; Special consideration for deleting \ from '\''. (if (and (> end beg) (eq (char-before end) ?\\) (<= c-new-END end)) |