From d81e15f2cddda197e233b68898f5194f449a4060 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 21 Jun 2005 13:46:49 +0000 Subject: [PATCH] (c-safe-scan-lists): Fix spellings. --- lisp/progmodes/cc-defs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." `(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) -- 2.39.2