diff options
author | Per Abrahamsen <abraham@dina.kvl.dk> | 1997-05-20 12:28:28 +0000 |
---|---|---|
committer | Per Abrahamsen <abraham@dina.kvl.dk> | 1997-05-20 12:28:28 +0000 |
commit | 09588b4852900588cbc1acc45ee47638a4908244 (patch) | |
tree | c3c352b7aeaa06a95f419227ce313cd62f8b6be2 /lisp/cus-start.el | |
parent | 0a45eb47643594b4a27d6f416bcbae4df516d3b4 (diff) | |
download | emacs-09588b4852900588cbc1acc45ee47638a4908244.tar.gz |
Change load-path tag again.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index b2c0790a7ac..4de32c953e7 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) |