changeset 16848:7d682bad413e

delete comments referring to long defunct make-shell.
author Simon Marshall <simon@gnu.org>
date Wed, 08 Jan 1997 14:57:02 +0000
parents 76159aa277eb
children ec7768e50ba8
files lisp/term.el
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/term.el	Wed Jan 08 06:56:06 1997 +0000
+++ b/lisp/term.el	Wed Jan 08 14:57:02 1997 +0000
@@ -783,8 +783,6 @@
   (let ((proc (get-buffer-process buffer)))
     (and proc (memq (process-status proc) '(run stop)))))
 
-;;; Note that this guy, unlike shell.el's make-shell, barfs if you pass it ()
-;;; for the second argument (program).
 ;;;###autoload
 (defun make-term (name program &optional startfile &rest switches)
 "Make a term process NAME in a buffer, running PROGRAM.
@@ -3242,12 +3240,6 @@
 ;;;   (run-hooks 'shell-mode-hook))
 ;;;
 ;;;
-;;; Note that make-term is different from make-shell in that it
-;;; doesn't have a default program argument. If you give make-shell
-;;; a program name of NIL, it cleverly chooses one of explicit-shell-name,
-;;; $ESHELL, $SHELL, or /bin/sh. If you give make-term a program argument
-;;; of NIL, it barfs. Adjust your code accordingly...
-;;;
 ;;; Completion for term-mode users
 ;;; 
 ;;; For modes that use term-mode, term-dynamic-complete-functions is the