diff options
-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 |