diff options
author | Gary Houston <ghouston@arglist.com> | 2002-07-10 18:13:59 +0000 |
---|---|---|
committer | Gary Houston <ghouston@arglist.com> | 2002-07-10 18:13:59 +0000 |
commit | d2e13cf79d62ebab9df0a37d38451abaa74546d6 (patch) | |
tree | a8929012215c2546f947d839ba2a0a4b8b623380 | |
parent | 59afd555379f753cca37039c3111c743dc3f782c (diff) | |
download | guile-d2e13cf79d62ebab9df0a37d38451abaa74546d6.tar.gz |
*** empty log message ***
-rw-r--r-- | doc/maint/docstring.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/maint/docstring.el b/doc/maint/docstring.el index 263d763ff..a01558fbb 100644 --- a/doc/maint/docstring.el +++ b/doc/maint/docstring.el @@ -82,7 +82,7 @@ for module (a b c) is expected to be in the file (defvar docstring-snarfed-roots (mapcar #'(lambda (frag) - (expand-file-name frag guile-core-dir)) + (expand-file-name frag guile-build-dir)) '("libguile" "ice-9" "oop")) "*List of possible root directories for snarfed docstring files. For each entry in this list, the snarfed docstring file for module (a |