aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer1994-04-15 19:25:34 +0000
committerKarl Heuer1994-04-15 19:25:34 +0000
commit63ab7e8f1a917b8df72e1ef735315f08b147dacf (patch)
tree169170caf9cc58dce9b70114cf851eddc45d8ace
parent0f800451f90fa04c6ad51c2dc17ffd5ecc273abd (diff)
downloademacs-63ab7e8f1a917b8df72e1ef735315f08b147dacf.tar.gz
emacs-63ab7e8f1a917b8df72e1ef735315f08b147dacf.zip
Doc fix.
-rw-r--r--lisp/comint.el2
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)