diff options
| author | Paul Eggert | 2018-03-04 17:09:52 -0800 |
|---|---|---|
| committer | Paul Eggert | 2018-03-04 17:10:34 -0800 |
| commit | f2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2 (patch) | |
| tree | d9b09901d78f54c54e910b61a5cbe6cdd0c70177 /lisp/term.el | |
| parent | f0e5f220b69880f1f5c29b2e5515b2aa8a950f14 (diff) | |
| download | emacs-f2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2.tar.gz emacs-f2caf08ca625f64c7eeea8dfa8f65a5b1bac58e2.zip | |
; Spelling fixes
Diffstat (limited to 'lisp/term.el')
| -rw-r--r-- | lisp/term.el | 4 |
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 | |||
| 498 | inferior process. Only the process filter is allowed to make | 498 | inferior process. Only the process filter is allowed to make |
| 499 | changes to the buffer. | 499 | changes to the buffer. |
| 500 | 500 | ||
| 501 | Customize this option to nil if you want the previous behaviour." | 501 | Customize 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, | |||
| 519 | until the process filter (or user) moves point to the process | 519 | until the process filter (or user) moves point to the process |
| 520 | mark once again. | 520 | mark once again. |
| 521 | 521 | ||
| 522 | Customize this option to nil if you want the previous behaviour." | 522 | Customize 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) |