diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2024-05-27 10:11:15 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2024-05-27 10:11:15 +0200 |
commit | 225b426f256ba00aff7669ad18a5c85f86e22f67 (patch) | |
tree | 5453144d594bfa867b39fd965c7b41f7492b428e /lisp/shell.el | |
parent | 21b2954c90eb5b6fa1bbfeda4c5074a0bdc53ba8 (diff) | |
download | emacs-225b426f256ba00aff7669ad18a5c85f86e22f67.tar.gz emacs-225b426f256ba00aff7669ad18a5c85f86e22f67.tar.bz2 emacs-225b426f256ba00aff7669ad18a5c85f86e22f67.zip |
; Fix typos
Diffstat (limited to 'lisp/shell.el')
-rw-r--r-- | lisp/shell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/shell.el b/lisp/shell.el index ca86059f9de..373153f9b0c 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -37,7 +37,7 @@ ;; the hooks available for customizing it, see the file comint.el. ;; For further information on shell mode, see the comments below. -;; Needs fixin: +;; Needs fixing: ;; When sending text from a source file to a subprocess, the process-mark can ;; move off the window, so you can lose sight of the process interactions. ;; Maybe I should ensure the process mark is in the window when I send |