diff options
Diffstat (limited to 'src/doc.c')
| -rw-r--r-- | src/doc.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -570,7 +570,7 @@ records them in function and variable definitions. | |||
| 570 | The function takes one argument, FILENAME, a string; | 570 | The function takes one argument, FILENAME, a string; |
| 571 | it specifies the file name (without a directory) of the DOC file. | 571 | it specifies the file name (without a directory) of the DOC file. |
| 572 | That file is found in `../etc' now; later, when the dumped Emacs is run, | 572 | That file is found in `../etc' now; later, when the dumped Emacs is run, |
| 573 | the same file name is found in the `data-directory'. */) | 573 | the same file name is found in the `doc-directory'. */) |
| 574 | (filename) | 574 | (filename) |
| 575 | Lisp_Object filename; | 575 | Lisp_Object filename; |
| 576 | { | 576 | { |