# HG changeset patch # User Juanma Barranquero # Date 1119361609 0 # Node ID f22ddea914f2d67e0f990d7ec02f3dd3737bea1a # Parent 130a054b017920244dac3e485548efe8a4b69c7c (c-safe-scan-lists): Fix spellings. diff -r 130a054b0179 -r f22ddea914f2 lisp/progmodes/cc-defs.el --- a/lisp/progmodes/cc-defs.el Tue Jun 21 13:45:53 2005 +0000 +++ b/lisp/progmodes/cc-defs.el Tue Jun 21 13:46:49 2005 +0000 @@ -417,7 +417,7 @@ `(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)