diff options
author | Per Abrahamsen <abraham@dina.kvl.dk> | 1997-05-19 17:14:43 +0000 |
---|---|---|
committer | Per Abrahamsen <abraham@dina.kvl.dk> | 1997-05-19 17:14:43 +0000 |
commit | 016863e6db0f888f48baadbe4780ffb0f47dfd9a (patch) | |
tree | fdc40de2db97db31279dd0f46704f9eddf9c2fa7 /lisp/cus-start.el | |
parent | 92d225d1d3ed163a9a05e43cc2e629a4d51b4f33 (diff) | |
download | emacs-016863e6db0f888f48baadbe4780ffb0f47dfd9a.tar.gz |
Changed load-path look a little.
Diffstat (limited to 'lisp/cus-start.el')
-rw-r--r-- | lisp/cus-start.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el index 48af1c0d8d4..b2c0790a7ac 100644 --- a/lisp/cus-start.el +++ b/lisp/cus-start.el @@ -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) |