diff options
| author | Richard M. Stallman | 2001-11-17 22:40:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2001-11-17 22:40:47 +0000 |
| commit | f4e25f94e79052cec557c895a912cefdc4c7a617 (patch) | |
| tree | c8acf035b805cbcaad369397cb748bc8019104d7 /src/doc.c | |
| parent | e35afc9744c14b12e0a9960ffb3278e3a31a2e1d (diff) | |
| download | emacs-f4e25f94e79052cec557c895a912cefdc4c7a617.tar.gz emacs-f4e25f94e79052cec557c895a912cefdc4c7a617.zip | |
(Fsnarf_documentation): Doc fix.
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 13 |
1 files changed, 7 insertions, 6 deletions
| @@ -462,12 +462,13 @@ store_function_docstring (fun, offset) | |||
| 462 | 462 | ||
| 463 | DEFUN ("Snarf-documentation", Fsnarf_documentation, Ssnarf_documentation, | 463 | DEFUN ("Snarf-documentation", Fsnarf_documentation, Ssnarf_documentation, |
| 464 | 1, 1, 0, | 464 | 1, 1, 0, |
| 465 | doc: /* Used during Emacs initialization, before dumping runnable Emacs, | 465 | doc: /* Used during Emacs initialization to scan the `etc/DOC...' file. |
| 466 | to find pointers to doc strings stored in `etc/DOC...' and | 466 | This searches the `etc/DOC...' file for doc strings and |
| 467 | record them in function definitions. | 467 | records them in function and variable definitions. |
| 468 | One arg, FILENAME, a string which does not include a directory. | 468 | The function takes one argument, FILENAME, a string; |
| 469 | The file is found in `../etc' now; found in the `data-directory' | 469 | it specifies the file name (without a directory) of the DOC file. |
| 470 | when doc strings are referred to later in the dumped Emacs. */) | 470 | That file is found in `../etc' now; later, when the dumped Emacs is run, |
| 471 | the same file name is found in the `data-directory'. */) | ||
| 471 | (filename) | 472 | (filename) |
| 472 | Lisp_Object filename; | 473 | Lisp_Object filename; |
| 473 | { | 474 | { |