diff options
| author | Erik Naggum | 1996-01-24 19:12:08 +0000 |
|---|---|---|
| committer | Erik Naggum | 1996-01-24 19:12:08 +0000 |
| commit | 09a61b7fff1f2b8db608ab82cd16bb61109a89b7 (patch) | |
| tree | 8009e22d2c7dd745e0d9e34abca6d51e28860ec6 | |
| parent | f5a90940aff769cd046843e4d37076660fddbe79 (diff) | |
| download | emacs-09a61b7fff1f2b8db608ab82cd16bb61109a89b7.tar.gz emacs-09a61b7fff1f2b8db608ab82cd16bb61109a89b7.zip | |
(term-exec-hook): Doc fix.
| -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.") | |||
| 279 | "Called each time a process is exec'd by term-exec. | 279 | "Called each time a process is exec'd by term-exec. |
| 280 | This is called after the process is cranked up. It is useful for things that | 280 | This is called after the process is cranked up. It is useful for things that |
| 281 | must be done each time a process is executed in a term-mode buffer (e.g., | 281 | must be done each time a process is executed in a term-mode buffer (e.g., |
| 282 | (process-kill-without-query)). In contrast, the term-mode-hook is only | 282 | \(process-kill-without-query)). In contrast, the term-mode-hook is only |
| 283 | executed once when the buffer is created.") | 283 | executed once when the buffer is created.") |
| 284 | 284 | ||
| 285 | (defvar term-mode-map nil) | 285 | (defvar term-mode-map nil) |