summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoam Postavsky <npostavs@gmail.com>2019-07-25 22:51:28 -0400
committerNoam Postavsky <npostavs@gmail.com>2019-07-25 22:51:28 -0400
commitd6ca1fc531ce6e6abbbe273187420ee5cc8c8b26 (patch)
tree209534a9cc02247d384aec889a1e2e6edab2aa2c
parentb3e20737d83acbbbec372645e2a951293d84bd29 (diff)
downloademacs-d6ca1fc531ce6e6abbbe273187420ee5cc8c8b26.tar.gz
; * lisp/term.el: Add missing / to esc seq commentary.
-rw-r--r--lisp/term.el2
1 files changed, 1 insertions, 1 deletions
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<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