diff options
| author | Luc Teirlinck | 2004-06-23 17:00:06 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-06-23 17:00:06 +0000 |
| commit | 98b6690a113fc49de610d74555a08cbd7e1b4648 (patch) | |
| tree | ab8b9c01b905d6f5da7889f851b5bdc7229bd34e /src | |
| parent | 7baeca0c0e02d0c442b112573f9845b4a0cc38c0 (diff) | |
| download | emacs-98b6690a113fc49de610d74555a08cbd7e1b4648.tar.gz emacs-98b6690a113fc49de610d74555a08cbd7e1b4648.zip | |
(Fsnarf_documentation): Doc fix.
Diffstat (limited to 'src')
| -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 | { |