From: Noam Postavsky Date: Fri, 26 Jul 2019 02:51:28 +0000 (-0400) Subject: ; * lisp/term.el: Add missing / to esc seq commentary. X-Git-Tag: emacs-26.3~31 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6ca1fc;p=emacs.git ; * lisp/term.el: Add missing / to esc seq commentary. --- 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