emacs-diffs
[Top][All Lists]
Advanced

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

master 16860f6 1/2: `term-char-mode' doc string clarification


From: Lars Ingebrigtsen
Subject: master 16860f6 1/2: `term-char-mode' doc string clarification
Date: Thu, 22 Jul 2021 10:25:09 -0400 (EDT)

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

    `term-char-mode' doc string clarification
    
    * lisp/term.el (term-char-mode): Document behaviour (bug#49186).
---
 lisp/term.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lisp/term.el b/lisp/term.el
index 560549e..27f0bb1 100644
--- a/lisp/term.el
+++ b/lisp/term.el
@@ -1298,7 +1298,10 @@ without any interpretation."
 (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)."
+intervention from Emacs, except for the escape character (usually C-c).
+
+This command will send existing partial lines to the terminal
+process."
   (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]