diff options
| author | Noam Postavsky | 2018-01-28 20:17:43 -0500 |
|---|---|---|
| committer | Noam Postavsky | 2018-01-30 22:14:03 -0500 |
| commit | 732d1b9383a9381896df12a2762991c3ed68b025 (patch) | |
| tree | 57d56d5b376a6ce17788b676a72b9d6fd4a94478 /lisp | |
| parent | f706c59093645a6306dd907833d597884e69c0ac (diff) | |
| download | emacs-732d1b9383a9381896df12a2762991c3ed68b025.tar.gz emacs-732d1b9383a9381896df12a2762991c3ed68b025.zip | |
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'.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/term.el | 4 |
1 files changed, 3 insertions, 1 deletions
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." | |||
| 4255 | 4255 | ||
| 4256 | ;;;###autoload | 4256 | ;;;###autoload |
| 4257 | (defun ansi-term (program &optional new-buffer-name) | 4257 | (defun ansi-term (program &optional new-buffer-name) |
| 4258 | "Start a terminal-emulator in a new buffer." | 4258 | "Start a terminal-emulator in a new buffer. |
| 4259 | This is almost the same as `term' apart from always creating a new buffer, | ||
| 4260 | and `C-x' being marked as a `term-escape-char'. " | ||
| 4259 | (interactive (list (read-from-minibuffer "Run program: " | 4261 | (interactive (list (read-from-minibuffer "Run program: " |
| 4260 | (or explicit-shell-file-name | 4262 | (or explicit-shell-file-name |
| 4261 | (getenv "ESHELL") | 4263 | (getenv "ESHELL") |