diff options
| author | Stefan Kangas | 2022-12-01 16:36:09 +0100 |
|---|---|---|
| committer | Stefan Kangas | 2022-12-01 16:36:09 +0100 |
| commit | 70ecdebc92c879af90f2d25a2b751d1cc4f3f80d (patch) | |
| tree | 27d9ebd0090f107cb4381b8155e08097c988a471 /lisp/shell.el | |
| parent | a86ccb5f9dd4a5fe8e6af974d7f577e7b5d0a8d4 (diff) | |
| download | emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.gz emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.zip | |
; Fix typos (don't abbreviate "with" or "without")
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 7c3c925ab87..b396bc2b180 100644 --- a/lisp/shell.el +++ b/lisp/shell.el | |||
| @@ -71,7 +71,7 @@ | |||
| 71 | ;; c-c c-o comint-delete-output Delete last batch of process output | 71 | ;; c-c c-o comint-delete-output Delete last batch of process output |
| 72 | ;; c-c c-r comint-show-output Show last batch of process output | 72 | ;; c-c c-r comint-show-output Show last batch of process output |
| 73 | ;; c-c c-l comint-dynamic-list-input-ring List input history | 73 | ;; c-c c-l comint-dynamic-list-input-ring List input history |
| 74 | ;; comint-send-invisible Read line w/o echo & send to proc | 74 | ;; comint-send-invisible Read line without echo & send to proc |
| 75 | ;; comint-continue-subjob Useful if you accidentally suspend | 75 | ;; comint-continue-subjob Useful if you accidentally suspend |
| 76 | ;; top-level job | 76 | ;; top-level job |
| 77 | ;; comint-mode-hook is the comint mode hook. | 77 | ;; comint-mode-hook is the comint mode hook. |