]> code.delx.au - gnu-emacs/commitdiff
Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Fri, 15 Apr 1994 19:25:34 +0000 (19:25 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 15 Apr 1994 19:25:34 +0000 (19:25 +0000)
lisp/comint.el

index 2e05548ae40f375a0780016632f03df76e86e911..6c3993d73eb8842ba52145fcefbd8fc3f8c75921 100644 (file)
@@ -2029,7 +2029,7 @@ Typing SPC flushes the help buffer."
 ;;; 
 ;;; (defvar shell-mode-map '())
 ;;; (cond ((not shell-mode-map)
-;;;        (setq shell-mode-map (full-copy-sparse-keymap comint-mode-map))
+;;;        (setq shell-mode-map (copy-keymap comint-mode-map))
 ;;;        (define-key shell-mode-map "\C-c\C-f" 'shell-forward-command)
 ;;;        (define-key shell-mode-map "\C-c\C-b" 'shell-backward-command)
 ;;;        (define-key shell-mode-map "\t" 'comint-dynamic-complete)