diff options
| author | Glenn Morris | 2018-02-16 16:33:36 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-02-16 16:33:36 -0500 |
| commit | 9ab3df197f1ee7f23df30f554209b863369f06ee (patch) | |
| tree | 7a36bd8eb04f44ef57f78f0c8d8300423fb274ee /src/syntax.c | |
| parent | 66a4e651f3cf38c320d1a9d5ae6f88dcc641792b (diff) | |
| download | emacs-9ab3df197f1ee7f23df30f554209b863369f06ee.tar.gz emacs-9ab3df197f1ee7f23df30f554209b863369f06ee.zip | |
; Fix doc typos related to indefinite articles
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c index e6a21e5433e..378064611cc 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -3028,7 +3028,7 @@ Comments are ignored if `parse-sexp-ignore-comments' is non-nil. | |||
| 3028 | 3028 | ||
| 3029 | If we reach the beginning or end of the accessible part of the buffer | 3029 | If we reach the beginning or end of the accessible part of the buffer |
| 3030 | before we have scanned over COUNT lists, return nil if the depth at | 3030 | before we have scanned over COUNT lists, return nil if the depth at |
| 3031 | that point is zero, and signal a error if the depth is nonzero. */) | 3031 | that point is zero, and signal an error if the depth is nonzero. */) |
| 3032 | (Lisp_Object from, Lisp_Object count, Lisp_Object depth) | 3032 | (Lisp_Object from, Lisp_Object count, Lisp_Object depth) |
| 3033 | { | 3033 | { |
| 3034 | CHECK_NUMBER (from); | 3034 | CHECK_NUMBER (from); |