]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify that `ansi-term' is almost the same as `term' (Bug#18106)
authorNoam Postavsky <npostavs@gmail.com>
Mon, 29 Jan 2018 01:17:43 +0000 (20:17 -0500)
committerNoam Postavsky <npostavs@gmail.com>
Wed, 31 Jan 2018 03:14:03 +0000 (22:14 -0500)
* lisp/term.el (ansi-term): Clarify that it's almost the same as `term'.

lisp/term.el

index 078a4baff59b616fd687898428592704f09a9c59..3970e93cf16b04779a625ccc85d25e12c61fff8a 100644 (file)
@@ -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")