summaryrefslogtreecommitdiff
path: root/lisp/cus-start.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-07-07 22:04:28 +0000
committerRichard M. Stallman <rms@gnu.org>2005-07-07 22:04:28 +0000
commitf747a4884c111992f8c6eeb072631e6250e2f5a3 (patch)
tree8a0b7b8fa43f2ee29b66e5176842495965eb7251 /lisp/cus-start.el
parent72e869ba05fafc70cc3ac9ac8c869228d7af82f8 (diff)
downloademacs-f747a4884c111992f8c6eeb072631e6250e2f5a3.tar.gz
(exec-path): Fix tag for nil.
Diffstat (limited to 'lisp/cus-start.el')
-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)