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 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)