Mercurial > emacs
changeset 14275:72f05bf75fdc
(term-exec-hook): Doc fix.
author | Erik Naggum <erik@naggum.no> |
---|---|
date | Wed, 24 Jan 1996 19:12:08 +0000 |
parents | b9c8cb06ee21 |
children | 35aaddb9e959 |
files | lisp/term.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/term.el Wed Jan 24 19:11:25 1996 +0000 +++ b/lisp/term.el Wed Jan 24 19:12:08 1996 +0000 @@ -279,7 +279,7 @@ "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)