diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-05-17 06:14:44 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-05-17 06:14:44 +0000 |
commit | 94c34f7a7412723a1d1049e11a9e650a31e1173b (patch) | |
tree | b62b51ba431d6c3d5ffa286b0cb93e9527285450 | |
parent | caaf330fee0bb82439c1e47c4cc08ca888236bc9 (diff) | |
download | emacs-94c34f7a7412723a1d1049e11a9e650a31e1173b.tar.gz |
Comment fix.
-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 5f9f7888c2e..aee3866c6e6 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -78,7 +78,7 @@ ;; c-c c-\ comint-quit-subjob ^\ ;; c-c c-o comint-kill-output Delete last batch of process output ;; c-c c-r comint-show-output Show last batch of process output -;; c-c c-h comint-dynamic-list-input-ring List input history +;; c-c c-l comint-dynamic-list-input-ring List input history ;; send-invisible Read line w/o echo & send to proc ;; comint-continue-subjob Useful if you accidentally suspend ;; top-level job |