; * lisp/term.el: Add missing / to esc seq commentary.
This commit is contained in:
parent
b3e20737d8
commit
d6ca1fc531
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue