[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] emacs-26 d6ca1fc: ; * lisp/term.el: Add missing / to esc s
From: |
Noam Postavsky |
Subject: |
[Emacs-diffs] emacs-26 d6ca1fc: ; * lisp/term.el: Add missing / to esc seq commentary. |
Date: |
Thu, 25 Jul 2019 22:52:43 -0400 (EDT) |
branch: emacs-26
commit d6ca1fc531ce6e6abbbe273187420ee5cc8c8b26
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>
; * 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 fb624e4..5ace5e3 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<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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] emacs-26 d6ca1fc: ; * lisp/term.el: Add missing / to esc seq commentary.,
Noam Postavsky <=