aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/shell.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/shell.el')
-rw-r--r--lisp/shell.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el
index 96c0d27372e..cefe42bb3ec 100644
--- a/lisp/shell.el
+++ b/lisp/shell.el
@@ -381,7 +381,8 @@ This is used by `shell-dir-cookie-watcher' to try and use this info
381to track your current directory. It can be used instead of or in addition 381to track your current directory. It can be used instead of or in addition
382to `dirtrack-mode'." 382to `dirtrack-mode'."
383 :group 'shell 383 :group 'shell
384 :type '(choice (const nil) regexp)) 384 :type '(choice (const nil) regexp)
385 :version "24.1")
385 386
386(defun shell-parse-pcomplete-arguments () 387(defun shell-parse-pcomplete-arguments ()
387 "Parse whitespace separated arguments in the current region." 388 "Parse whitespace separated arguments in the current region."