From 016863e6db0f888f48baadbe4780ffb0f47dfd9a Mon Sep 17 00:00:00 2001 From: Per Abrahamsen Date: Mon, 19 May 1997 17:14:43 +0000 Subject: [PATCH] Changed load-path look a little. --- lisp/cus-start.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)