summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/cus-start.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-start.el b/lisp/cus-start.el
index 8cd5732d87c..fdf8c8a3aae 100644
--- a/lisp/cus-start.el
+++ b/lisp/cus-start.el
@@ -77,7 +77,7 @@ since it could result in memory overflow and make Emacs crash."
;; callproc.c
(shell-file-name execute file)
(exec-path execute
- (repeat (choice (const :tag "default" nil)
+ (repeat (choice (const :tag "default directory" nil)
(directory :format "%v"))))
;; coding.c
(inhibit-eol-conversion mule boolean)