1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 12:21:25 -08:00

(shell-chdrive-regexp): Likewise.

This commit is contained in:
Richard M. Stallman 1997-09-09 02:56:56 +00:00
parent 6c80b133aa
commit 233f3fb8de

View file

@ -235,7 +235,8 @@ This mirrors the optional behavior of tcsh."
"[]a-zA-Z^_`\\[\\\\]:"
nil)
"*If non-nil, is regexp used to track drive changes."
:type 'regexp
:type '(choice regexp
(const nil))
:group 'shell-directories)
(defcustom explicit-shell-file-name nil