1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00: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