Mercurial > emacs
changeset 56216:efd6af30bde2
(Fsnarf_documentation): Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Wed, 23 Jun 2004 17:00:06 +0000 |
parents | c9aa4127a482 |
children | dd79816933ec |
files | src/doc.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/doc.c Wed Jun 23 16:40:04 2004 +0000 +++ b/src/doc.c Wed Jun 23 17:00:06 2004 +0000 @@ -570,7 +570,7 @@ The function takes one argument, FILENAME, a string; it specifies the file name (without a directory) of the DOC file. That file is found in `../etc' now; later, when the dumped Emacs is run, -the same file name is found in the `data-directory'. */) +the same file name is found in the `doc-directory'. */) (filename) Lisp_Object filename; {