From d6ca1fc531ce6e6abbbe273187420ee5cc8c8b26 Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Thu, 25 Jul 2019 22:51:28 -0400 Subject: [PATCH] ; * lisp/term.el: Add missing / to esc seq commentary. --- lisp/term.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/term.el b/lisp/term.el index fb624e4b7a8..5ace5e341d0 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -205,7 +205,7 @@ ;; ;; There are actually two methods for directory tracking, one ;; implemented in `term-command-hook' which sets the directory -;; according to an escape sequence of the form "\032\n". +;; according to an escape sequence of the form "\032/\n". ;; Some shells like bash will already send this escape sequence when ;; they detect they are running in Emacs. This can be configured or ;; disabled on the Emacs side by setting `term-command-hook' to -- 2.39.2