mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 19:31:02 -08:00
(term-exec-hook): Doc fix.
This commit is contained in:
parent
f5a90940af
commit
09a61b7fff
1 changed files with 1 additions and 1 deletions
|
|
@ -279,7 +279,7 @@ This is run before the process is cranked up.")
|
|||
"Called each time a process is exec'd by term-exec.
|
||||
This is called after the process is cranked up. It is useful for things that
|
||||
must be done each time a process is executed in a term-mode buffer (e.g.,
|
||||
(process-kill-without-query)). In contrast, the term-mode-hook is only
|
||||
\(process-kill-without-query)). In contrast, the term-mode-hook is only
|
||||
executed once when the buffer is created.")
|
||||
|
||||
(defvar term-mode-map nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue