Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107361: Spelling fix. ------------------------------------------------------------ revno: 107361 committer: Paul Eggert <eggert@xxxxxxxxxxx> branch nick: trunk timestamp: Mon 2012-02-20 16:16:37 -0800 message: Spelling fix. modified: src/syntax.c === modified file 'src/syntax.c' --- a/src/syntax.c 2012-02-17 14:01:05 +0000 +++ b/src/syntax.c 2012-02-21 00:16:37 +0000 @@ -2854,7 +2854,7 @@ point (i.e. the starting point is DEPTH parentheses deep). This function scans over parentheses until the depth goes to zero COUNT times. Hence, positive DEPTH moves out that number of levels of -paretheses, while negative DEPTH moves to a deeper level. +parentheses, while negative DEPTH moves to a deeper level. Comments are ignored if `parse-sexp-ignore-comments' is non-nil. _______________________________________________ Emacs-diffs mailing list Emacs-diffs@xxxxxxx https://lists.gnu.org/mailman/listinfo/emacs-diffs |