aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/cc-defs.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-06-21 13:46:49 +0000
committerJuanma Barranquero <[email protected]>2005-06-21 13:46:49 +0000
commitd81e15f2cddda197e233b68898f5194f449a4060 (patch)
tree0b3d8cbf5697125da72e8779243887e608701868 /lisp/progmodes/cc-defs.el
parent84c2714c5f19e723a7391e4a567bd1e2e4eb0a35 (diff)
(c-safe-scan-lists): Fix spellings.
Diffstat (limited to 'lisp/progmodes/cc-defs.el')
-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)