From: Noam Postavsky Date: Mon, 29 Jan 2018 01:17:43 +0000 (-0500) Subject: Clarify that `ansi-term' is almost the same as `term' (Bug#18106) X-Git-Tag: emacs-26.1-rc1~281 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=732d1b9383a9381896df12a2762991c3ed68b025;p=emacs.git Clarify that `ansi-term' is almost the same as `term' (Bug#18106) * lisp/term.el (ansi-term): Clarify that it's almost the same as `term'. --- diff --git a/lisp/term.el b/lisp/term.el index 078a4baff59..3970e93cf16 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -4255,7 +4255,9 @@ the process. Any more args are arguments to PROGRAM." ;;;###autoload (defun ansi-term (program &optional new-buffer-name) - "Start a terminal-emulator in a new buffer." + "Start a terminal-emulator in a new buffer. +This is almost the same as `term' apart from always creating a new buffer, +and `C-x' being marked as a `term-escape-char'. " (interactive (list (read-from-minibuffer "Run program: " (or explicit-shell-file-name (getenv "ESHELL")