diff options
author | Jim Blandy <jimb@redhat.com> | 1991-12-05 23:21:45 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-12-05 23:21:45 +0000 |
commit | 8785500682177e159758fa512365c8df54c85a9b (patch) | |
tree | ca9895f8e4570ba86b2ed4fadad926cfdc39f289 /lisp/loadup.el | |
parent | 1e6dacf62d66cd5a1685c5fc76152160d4b3fd0a (diff) | |
download | emacs-8785500682177e159758fa512365c8df54c85a9b.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 738df4b2e41..633a65e76ba 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -75,7 +75,7 @@ ;doc strings kept in the DOC file rather than in core, ;you may load them with a "site-load.el" file. ;But you must also cause them to be scanned when the DOC file -;is generated. For VMS, you must edit ../etc/makedoc.com. +;is generated. For VMS, you must edit ../vms/makedoc.com. ;For other systems, you must edit ../src/ymakefile. (if (load "site-load" t) (garbage-collect)) @@ -94,8 +94,8 @@ (setq name (concat (downcase (substring name 0 (match-beginning 0))) "-" (substring name (match-end 0))))) - (copy-file (expand-file-name "../etc/DOC") - (concat (expand-file-name "../etc/DOC-") name) + (copy-file (expand-file-name "../share-lib/DOC") + (concat (expand-file-name "../share-lib/DOC-") name) t) (Snarf-documentation (concat "DOC-" name))) (Snarf-documentation "DOC")) |