diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-19 18:29:42 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-19 18:29:42 -0800 |
commit | e1dbe924b53c541fdf238a5a722b7177d5c8760b (patch) | |
tree | cef637ee7849fac3160c668f88e0f761305f87d3 /lisp/term.el | |
parent | 7fb18e9ef9edb3b47cf463babe83922f9310a473 (diff) | |
download | emacs-e1dbe924b53c541fdf238a5a722b7177d5c8760b.tar.gz |
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 e1638aecc76..dc5ae29ffd2 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -2122,7 +2122,7 @@ If this takes us past the end of the current line, don't skip at all." "Is point after the process output marker?" ;; Since output could come into the buffer after we looked at the point ;; but before we looked at the process marker's value, we explicitly - ;; serialise. This is just because I don't know whether or not Emacs + ;; serialize. This is just because I don't know whether or not Emacs ;; services input during execution of lisp commands. (let ((proc-pos (marker-position (process-mark (get-buffer-process (current-buffer)))))) @@ -3890,7 +3890,7 @@ if KIND is 1, erase from home to point; else erase from home to point-max." (goto-char (point-max)) (recenter -1)) -;;; Do the user's customisation... +;;; Do the user's customization... (defvar term-load-hook nil "This hook is run when term is loaded in. |