changeset 17889:227172b862e4

Changed load-path look a little.
author Per Abrahamsen <abraham@dina.kvl.dk>
date Mon, 19 May 1997 17:14:43 +0000
parents f36dbc0b1e80
children 200058b61996
files lisp/cus-start.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-start.el	Mon May 19 08:32:44 1997 +0000
+++ b/lisp/cus-start.el	Mon May 19 17:14:43 1997 +0000
@@ -132,7 +132,7 @@
 	     ;; lread.c
 	     (load-path environment 
 			(repeat (choice :tag "Directory"
-					(const :tag "default" nil)
+					(const :tag "use current" nil)
 					(directory :format "%v"))))
 	     ;; minibuf.c
 	     (completion-auto-help minibuffer boolean)