aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cus-start.el
diff options
context:
space:
mode:
authorPer Abrahamsen <[email protected]>1997-05-20 12:28:28 +0000
committerPer Abrahamsen <[email protected]>1997-05-20 12:28:28 +0000
commit939c9c52f1c7fea783a3371f1af8bf99785bf17b (patch)
treedd111934b2b81d25de96f38121d0fdd5c36162fe /lisp/cus-start.el
parent1760ba7ae541f6fccdf7d7851bc76e70a4204bce (diff)
Change load-path tag again.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r--lisp/cus-start.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index b2c0790a7a..4de32c953e 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -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)