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'.
This commit is contained in:
parent
f706c59093
commit
732d1b9383
1 changed files with 3 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue