aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-21 13:46:49 +0000
committerJuanma Barranquero2005-06-21 13:46:49 +0000
commitd81e15f2cddda197e233b68898f5194f449a4060 (patch)
tree0b3d8cbf5697125da72e8779243887e608701868
parent84c2714c5f19e723a7391e4a567bd1e2e4eb0a35 (diff)
downloademacs-d81e15f2cddda197e233b68898f5194f449a4060.tar.gz
emacs-d81e15f2cddda197e233b68898f5194f449a4060.zip
(c-safe-scan-lists): Fix spellings.
-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 d9caca90666..f197a60c6a4 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."
417 `(c-forward-sexp ,(if (numberp count) (- count) `(- ,count)))) 417 `(c-forward-sexp ,(if (numberp count) (- count) `(- ,count))))
418 418
419(defmacro c-safe-scan-lists (from count depth) 419(defmacro c-safe-scan-lists (from count depth)
420 "Like `scan-lists' but returns nil instead of signalling errors. 420 "Like `scan-lists' but returns nil instead of signaling errors.
421 421
422This function does not do any hidden buffer changes." 422This function does not do any hidden buffer changes."
423 (if (featurep 'xemacs) 423 (if (featurep 'xemacs)