diff lisp/cus-start.el @ 64139:2fcfefeaac70

(exec-path): Fix tag for nil.
author Richard M. Stallman <rms@gnu.org>
date Thu, 07 Jul 2005 22:04:28 +0000
parents a32a0e928f2d
children 37b0b02afa4e fbb2bea03df9
line wrap: on
line diff
--- a/lisp/cus-start.el	Thu Jul 07 21:50:31 2005 +0000
+++ b/lisp/cus-start.el	Thu Jul 07 22:04:28 2005 +0000
@@ -77,7 +77,7 @@
 	     ;; 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)