diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-12-28 20:09:42 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-12-28 20:09:42 +0200 |
commit | d3bc520513131b53d4f82dde295837a33dca200a (patch) | |
tree | 4741467fe5504b8e52296f77eb74e7ff0261d260 /lisp/term.el | |
parent | 8276605efb09abf8f86dad56f5c43fa57e5c1bd7 (diff) | |
download | emacs-d3bc520513131b53d4f82dde295837a33dca200a.tar.gz emacs-d3bc520513131b53d4f82dde295837a33dca200a.tar.bz2 emacs-d3bc520513131b53d4f82dde295837a33dca200a.zip |
; * lisp/term.el (term-goto-process-mark-maybe): Fix typo in doc string.
Diffstat (limited to 'lisp/term.el')
-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 5961350ff9e..cb13f60c1de 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -3301,7 +3301,7 @@ Called as a buffer-local `post-command-hook' function in an inconsistent state by unexpectedly moving point. Mouse and wheel events are ignored so that mouse selection and -mouse wheel scrolling is unimpeded. +mouse wheel scrolling are unimpeded. Only acts when the pre-command position of point was equal to the process mark, and the `term-char-mode-point-at-process-mark' |