diff options
author | Lars Ingebrigtsen <larsi@gnus.org> | 2022-06-26 16:45:09 +0200 |
---|---|---|
committer | Lars Ingebrigtsen <larsi@gnus.org> | 2022-06-26 16:45:09 +0200 |
commit | e12f5ca9a5be854f0b57fea1a5dfc3b75549f283 (patch) | |
tree | a1089fe9d37aba66b34d66375213d80f04570d01 /lisp/term.el | |
parent | edf6f5d0cae97de10c914c6e94dc5b35f06ec33c (diff) | |
download | emacs-e12f5ca9a5be854f0b57fea1a5dfc3b75549f283.tar.gz emacs-e12f5ca9a5be854f0b57fea1a5dfc3b75549f283.tar.bz2 emacs-e12f5ca9a5be854f0b57fea1a5dfc3b75549f283.zip |
Update term-char-mode doc string
* lisp/term.el (term-char-mode): Update doc string.
Diffstat (limited to 'lisp/term.el')
-rw-r--r-- | lisp/term.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/term.el b/lisp/term.el index a8e44b4c34f..3bf1531fcd9 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) |