aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/cc-defs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el
index d9caca9066..f197a60c6a 100644
--- a/lisp/progmodes/cc-defs.el
+++ b/lisp/progmodes/cc-defs.el
@@ -417,7 +417,7 @@ This function does not do any hidden buffer changes."
`(c-forward-sexp ,(if (numberp count) (- count) `(- ,count))))
(defmacro c-safe-scan-lists (from count depth)
- "Like `scan-lists' but returns nil instead of signalling errors.
+ "Like `scan-lists' but returns nil instead of signaling errors.
This function does not do any hidden buffer changes."
(if (featurep 'xemacs)