diff options
| author | Per Abrahamsen | 1997-05-20 12:28:28 +0000 |
|---|---|---|
| committer | Per Abrahamsen | 1997-05-20 12:28:28 +0000 |
| commit | 939c9c52f1c7fea783a3371f1af8bf99785bf17b (patch) | |
| tree | dd111934b2b81d25de96f38121d0fdd5c36162fe | |
| parent | 1760ba7ae541f6fccdf7d7851bc76e70a4204bce (diff) | |
| download | emacs-939c9c52f1c7fea783a3371f1af8bf99785bf17b.tar.gz emacs-939c9c52f1c7fea783a3371f1af8bf99785bf17b.zip | |
Change load-path tag again.
| -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 @@ | |||
| 131 | :format "%t"))) | 131 | :format "%t"))) |
| 132 | ;; lread.c | 132 | ;; lread.c |
| 133 | (load-path environment | 133 | (load-path environment |
| 134 | (repeat (choice :tag "Directory" | 134 | (repeat (choice :tag "Current or Specific Dir" |
| 135 | (const :tag "use current" nil) | 135 | (const :tag "use current" nil) |
| 136 | (directory :format "%v")))) | 136 | (directory :tag "Specific")))) |
| 137 | ;; minibuf.c | 137 | ;; minibuf.c |
| 138 | (completion-auto-help minibuffer boolean) | 138 | (completion-auto-help minibuffer boolean) |
| 139 | (enable-recursive-minibuffers minibuffer boolean) | 139 | (enable-recursive-minibuffers minibuffer boolean) |