diff options
| author | Jim Blandy | 1993-06-09 11:59:12 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-06-09 11:59:12 +0000 |
| commit | eb8c3be94e12644f506b8857e49ffef88046bb0b (patch) | |
| tree | 505c4ea5ae59214e4d6e749047d160c98191c9d2 /lib-src/make-docfile.c | |
| parent | 16a4a21d0117ef5ed346f340f244fe199d3c8a26 (diff) | |
| download | emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.tar.gz emacs-eb8c3be94e12644f506b8857e49ffef88046bb0b.zip | |
Apply typo patches from Paul Eggert.
Diffstat (limited to 'lib-src/make-docfile.c')
| -rw-r--r-- | lib-src/make-docfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c index ee149b503ed..2fb9af0849f 100644 --- a/lib-src/make-docfile.c +++ b/lib-src/make-docfile.c | |||
| @@ -407,7 +407,7 @@ scan_c_file (filename) | |||
| 407 | starting in column zero. | 407 | starting in column zero. |
| 408 | (quote NAME) may appear as 'NAME as well. | 408 | (quote NAME) may appear as 'NAME as well. |
| 409 | For defun, defmacro, and autoload, we know how to skip over the arglist. | 409 | For defun, defmacro, and autoload, we know how to skip over the arglist. |
| 410 | For defvar, defconst, and fset we skip to the docstring with a klugey | 410 | For defvar, defconst, and fset we skip to the docstring with a kludgy |
| 411 | formatting convention: all docstrings must appear on the same line as the | 411 | formatting convention: all docstrings must appear on the same line as the |
| 412 | initial open-paren (the one in column zero) and must contain a backslash | 412 | initial open-paren (the one in column zero) and must contain a backslash |
| 413 | and a double-quote immediately after the initial double-quote. No newlines | 413 | and a double-quote immediately after the initial double-quote. No newlines |