; * lisp/term.el: Add missing / to esc seq commentary.

This commit is contained in:
Noam Postavsky 2019-07-25 22:51:28 -04:00
parent b3e20737d8
commit d6ca1fc531

View file

@ -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<directory>\n".
;; according to an escape sequence of the form "\032/<directory>\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