emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 732d1b9 6/8: Clarify that `ansi-term' is almost t


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-26 732d1b9 6/8: Clarify that `ansi-term' is almost the same as `term' (Bug#18106)
Date: Tue, 30 Jan 2018 22:35:03 -0500 (EST)

branch: emacs-26
commit 732d1b9383a9381896df12a2762991c3ed68b025
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    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'.
---
 lisp/term.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/term.el b/lisp/term.el
index 078a4ba..3970e93 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]