diff options
| author | Noam Postavsky | 2019-07-25 22:51:28 -0400 |
|---|---|---|
| committer | Noam Postavsky | 2019-07-25 22:51:28 -0400 |
| commit | d6ca1fc531ce6e6abbbe273187420ee5cc8c8b26 (patch) | |
| tree | 209534a9cc02247d384aec889a1e2e6edab2aa2c | |
| parent | b3e20737d83acbbbec372645e2a951293d84bd29 (diff) | |
| download | emacs-d6ca1fc531ce6e6abbbe273187420ee5cc8c8b26.tar.gz emacs-d6ca1fc531ce6e6abbbe273187420ee5cc8c8b26.zip | |
; * lisp/term.el: Add missing / to esc seq commentary.
| -rw-r--r-- | lisp/term.el | 2 |
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 @@ | |||
| 205 | ;; | 205 | ;; |
| 206 | ;; There are actually two methods for directory tracking, one | 206 | ;; There are actually two methods for directory tracking, one |
| 207 | ;; implemented in `term-command-hook' which sets the directory | 207 | ;; implemented in `term-command-hook' which sets the directory |
| 208 | ;; according to an escape sequence of the form "\032<directory>\n". | 208 | ;; according to an escape sequence of the form "\032/<directory>\n". |
| 209 | ;; Some shells like bash will already send this escape sequence when | 209 | ;; Some shells like bash will already send this escape sequence when |
| 210 | ;; they detect they are running in Emacs. This can be configured or | 210 | ;; they detect they are running in Emacs. This can be configured or |
| 211 | ;; disabled on the Emacs side by setting `term-command-hook' to | 211 | ;; disabled on the Emacs side by setting `term-command-hook' to |