diff options
| -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 @@ | |||
| 132 | ;; lread.c | 132 | ;; lread.c |
| 133 | (load-path environment | 133 | (load-path environment |
| 134 | (repeat (choice :tag "Directory" | 134 | (repeat (choice :tag "Directory" |
| 135 | (const :tag "default" nil) | 135 | (const :tag "use current" nil) |
| 136 | (directory :format "%v")))) | 136 | (directory :format "%v")))) |
| 137 | ;; minibuf.c | 137 | ;; minibuf.c |
| 138 | (completion-auto-help minibuffer boolean) | 138 | (completion-auto-help minibuffer boolean) |