aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib-src/make-docfile.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib-src/make-docfile.c b/lib-src/make-docfile.c
index bd6829365f2..32da3e60420 100644
--- a/lib-src/make-docfile.c
+++ b/lib-src/make-docfile.c
@@ -340,6 +340,7 @@ scan_c_file (filename)
340 (autoload 'NAME FILE DOCSTRING ...) 340 (autoload 'NAME FILE DOCSTRING ...)
341 (defvar NAME VALUE DOCSTRING) 341 (defvar NAME VALUE DOCSTRING)
342 (defconst NAME VALUE DOCSTRING) 342 (defconst NAME VALUE DOCSTRING)
343 (fset (quote NAME) (make-byte-code (quote ARGS) ... "\
343 starting in column zero. 344 starting in column zero.
344 ARGS, FILE or VALUE is ignored. We do not know how to parse Lisp code 345 ARGS, FILE or VALUE is ignored. We do not know how to parse Lisp code
345 so we use a kludge to skip them: 346 so we use a kludge to skip them: