mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-28 02:40:46 -08:00
(c-safe-scan-lists): Fix spellings.
This commit is contained in:
parent
84c2714c5f
commit
d81e15f2cd
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue