diff options
author | Erik Naggum <erik@naggum.no> | 1996-01-24 19:12:08 +0000 |
---|---|---|
committer | Erik Naggum <erik@naggum.no> | 1996-01-24 19:12:08 +0000 |
commit | 11ac7620ca4d992f64bca1eb42cb443a4b99fdc8 (patch) | |
tree | 4d32006a30fe891f942ee95e8b2717867806ef4d /lisp/term.el | |
parent | 0480cd8ec7d2d56893f1bf589425968fc941db8b (diff) | |
download | emacs-11ac7620ca4d992f64bca1eb42cb443a4b99fdc8.tar.gz |
(term-exec-hook): Doc fix.
Diffstat (limited to 'lisp/term.el')
-rw-r--r-- | lisp/term.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/term.el b/lisp/term.el index 186424c379d..823752e1770 100644 --- a/lisp/term.el +++ b/lisp/term.el @@ -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) |