]> git.eshelyaron.com Git - emacs.git/commitdiff
(exec-path): Fix tag for nil.
authorRichard M. Stallman <rms@gnu.org>
Thu, 7 Jul 2005 22:04:28 +0000 (22:04 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 7 Jul 2005 22:04:28 +0000 (22:04 +0000)
lisp/cus-start.el

index 8cd5732d87cddfc0e25761eef667a5d74e5f7154..fdf8c8a3aae7e2f331f159c783baaea3a5828032 100644 (file)
@@ -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)