aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuc Teirlinck2004-06-23 17:00:06 +0000
committerLuc Teirlinck2004-06-23 17:00:06 +0000
commit98b6690a113fc49de610d74555a08cbd7e1b4648 (patch)
treeab8b9c01b905d6f5da7889f851b5bdc7229bd34e /src
parent7baeca0c0e02d0c442b112573f9845b4a0cc38c0 (diff)
downloademacs-98b6690a113fc49de610d74555a08cbd7e1b4648.tar.gz
emacs-98b6690a113fc49de610d74555a08cbd7e1b4648.zip
(Fsnarf_documentation): Doc fix.
Diffstat (limited to 'src')
-rw-r--r--src/doc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc.c b/src/doc.c
index a0b840637e0..120d35767b2 100644
--- a/src/doc.c
+++ b/src/doc.c
@@ -570,7 +570,7 @@ records them in function and variable definitions.
570The function takes one argument, FILENAME, a string; 570The function takes one argument, FILENAME, a string;
571it specifies the file name (without a directory) of the DOC file. 571it specifies the file name (without a directory) of the DOC file.
572That file is found in `../etc' now; later, when the dumped Emacs is run, 572That file is found in `../etc' now; later, when the dumped Emacs is run,
573the same file name is found in the `data-directory'. */) 573the same file name is found in the `doc-directory'. */)
574 (filename) 574 (filename)
575 Lisp_Object filename; 575 Lisp_Object filename;
576{ 576{