diff lisp/cus-start.el @ 17896:2a56740f3a85

Change load-path tag again.
author Per Abrahamsen <abraham@dina.kvl.dk>
date Tue, 20 May 1997 12:28:28 +0000
parents 227172b862e4
children 5fedfd0ef32e
line wrap: on
line diff
--- a/lisp/cus-start.el	Tue May 20 05:58:25 1997 +0000
+++ b/lisp/cus-start.el	Tue May 20 12:28:28 1997 +0000
@@ -131,9 +131,9 @@
 							  :format "%t")))
 	     ;; lread.c
 	     (load-path environment 
-			(repeat (choice :tag "Directory"
+			(repeat (choice :tag "Current or Specific Dir"
 					(const :tag "use current" nil)
-					(directory :format "%v"))))
+					(directory :tag "Specific"))))
 	     ;; minibuf.c
 	     (completion-auto-help minibuffer boolean)
 	     (enable-recursive-minibuffers minibuffer boolean)