aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/term.el
diff options
context:
space:
mode:
authorPaul Eggert2018-03-04 17:09:52 -0800
committerPaul Eggert2018-03-04 17:10:34 -0800
commitf2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2 (patch)
treed9b09901d78f54c54e910b61a5cbe6cdd0c70177 /lisp/term.el
parentf0e5f220b69880f1f5c29b2e5515b2aa8a950f14 (diff)
downloademacs-f2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2.tar.gz
emacs-f2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2.zip
; Spelling fixes
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)