comparison lisp/loadup.el @ 6946:da863741c5b8

Comment change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 18 Apr 1994 17:39:06 +0000
parents fd0c4b42a63b
children 4fd40bd394fe
comparison
equal deleted inserted replaced
6945:63ab519f7057 6946:da863741c5b8
128 ;If you want additional libraries to be preloaded and their 128 ;If you want additional libraries to be preloaded and their
129 ;doc strings kept in the DOC file rather than in core, 129 ;doc strings kept in the DOC file rather than in core,
130 ;you may load them with a "site-load.el" file. 130 ;you may load them with a "site-load.el" file.
131 ;But you must also cause them to be scanned when the DOC file 131 ;But you must also cause them to be scanned when the DOC file
132 ;is generated. For VMS, you must edit ../vms/makedoc.com. 132 ;is generated. For VMS, you must edit ../vms/makedoc.com.
133 ;For other systems, you must edit ../src/ymakefile. 133 ;For other systems, you must edit ../src/Makefile.in.in.
134 (if (load "site-load" t) 134 (if (load "site-load" t)
135 (garbage-collect)) 135 (garbage-collect))
136 136
137 ;; Determine which last version number to use 137 ;; Determine which last version number to use
138 ;; based on the executables that now exist. 138 ;; based on the executables that now exist.