emacs-diffs
[Top][All Lists]
Advanced

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

master e12f5ca9a5: Update term-char-mode doc string


From: Lars Ingebrigtsen
Subject: master e12f5ca9a5: Update term-char-mode doc string
Date: Sun, 26 Jun 2022 10:45:23 -0400 (EDT)

branch: master
commit e12f5ca9a5be854f0b57fea1a5dfc3b75549f283
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Update term-char-mode doc string
    
    * lisp/term.el (term-char-mode): Update doc string.
---
 lisp/term.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/lisp/term.el b/lisp/term.el
index a8e44b4c34..3bf1531fcd 100644
--- a/lisp/term.el
+++ b/lisp/term.el
@@ -1445,10 +1445,7 @@ Entry to this mode runs the hooks on `term-mode-hook'."
 (defun term-char-mode ()
   "Switch to char (\"raw\") sub-mode of term mode.
 Each character you type is sent directly to the inferior without
-intervention from Emacs, except for the escape character (usually C-c).
-
-This command will send existing partial lines to the terminal
-process."
+intervention from Emacs, except for the escape character (usually C-c)."
   (interactive)
   ;; FIXME: Emit message? Cfr ilisp-raw-message
   (when (term-in-line-mode)



reply via email to

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