aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/term.el')
-rw-r--r--lisp/term.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/term.el b/lisp/term.el
index 3970e93cf16..a470873a823 100644
--- a/lisp/term.el
+++ b/lisp/term.el
@@ -498,7 +498,7 @@ inconsistent with the state of the terminal understood by the
498inferior process. Only the process filter is allowed to make 498inferior process. Only the process filter is allowed to make
499changes to the buffer. 499changes to the buffer.
500 500
501Customize this option to nil if you want the previous behaviour." 501Customize this option to nil if you want the previous behavior."
502 :version "26.1" 502 :version "26.1"
503 :type 'boolean 503 :type 'boolean
504 :group 'term) 504 :group 'term)
@@ -519,7 +519,7 @@ commands can be invoked on the mouse-selected point or region,
519until the process filter (or user) moves point to the process 519until the process filter (or user) moves point to the process
520mark once again. 520mark once again.
521 521
522Customize this option to nil if you want the previous behaviour." 522Customize this option to nil if you want the previous behavior."
523 :version "26.1" 523 :version "26.1"
524 :type 'boolean 524 :type 'boolean
525 :group 'term) 525 :group 'term)