diff options
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 |