Mercurial > emacs
changeset 63627:f22ddea914f2
(c-safe-scan-lists): Fix spellings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 21 Jun 2005 13:46:49 +0000 |
parents | 130a054b0179 |
children | 6465d5fb8665 |
files | lisp/progmodes/cc-defs.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)