]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/term.el: Add missing / to esc seq commentary.
authorNoam Postavsky <npostavs@gmail.com>
Fri, 26 Jul 2019 02:51:28 +0000 (22:51 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Fri, 26 Jul 2019 02:51:28 +0000 (22:51 -0400)
lisp/term.el

index fb624e4b7a88f1bcd1b383b3aa17a60300028a60..5ace5e341d05ce0a1e4abcba4a19454bcdf0e921 100644 (file)
 ;;
 ;; 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