diff options
| author | Karl Heuer | 1994-04-15 19:25:34 +0000 |
|---|---|---|
| committer | Karl Heuer | 1994-04-15 19:25:34 +0000 |
| commit | 63ab7e8f1a917b8df72e1ef735315f08b147dacf (patch) | |
| tree | 169170caf9cc58dce9b70114cf851eddc45d8ace | |
| parent | 0f800451f90fa04c6ad51c2dc17ffd5ecc273abd (diff) | |
| download | emacs-63ab7e8f1a917b8df72e1ef735315f08b147dacf.tar.gz emacs-63ab7e8f1a917b8df72e1ef735315f08b147dacf.zip | |
Doc fix.
| -rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index 2e05548ae40..6c3993d73eb 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -2029,7 +2029,7 @@ Typing SPC flushes the help buffer." | |||
| 2029 | ;;; | 2029 | ;;; |
| 2030 | ;;; (defvar shell-mode-map '()) | 2030 | ;;; (defvar shell-mode-map '()) |
| 2031 | ;;; (cond ((not shell-mode-map) | 2031 | ;;; (cond ((not shell-mode-map) |
| 2032 | ;;; (setq shell-mode-map (full-copy-sparse-keymap comint-mode-map)) | 2032 | ;;; (setq shell-mode-map (copy-keymap comint-mode-map)) |
| 2033 | ;;; (define-key shell-mode-map "\C-c\C-f" 'shell-forward-command) | 2033 | ;;; (define-key shell-mode-map "\C-c\C-f" 'shell-forward-command) |
| 2034 | ;;; (define-key shell-mode-map "\C-c\C-b" 'shell-backward-command) | 2034 | ;;; (define-key shell-mode-map "\C-c\C-b" 'shell-backward-command) |
| 2035 | ;;; (define-key shell-mode-map "\t" 'comint-dynamic-complete) | 2035 | ;;; (define-key shell-mode-map "\t" 'comint-dynamic-complete) |