comparison lisp/term.el @ 14275:72f05bf75fdc

(term-exec-hook): Doc fix.
author Erik Naggum <erik@naggum.no>
date Wed, 24 Jan 1996 19:12:08 +0000
parents 83f275dcd93a
children 358d0db8457e
comparison
equal deleted inserted replaced
14274:b9c8cb06ee21 14275:72f05bf75fdc
277 277
278 (defvar term-exec-hook '() 278 (defvar term-exec-hook '()
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)
286 (defvar term-raw-map nil 286 (defvar term-raw-map nil
287 "Keyboard map for sending characters directly to the inferior process.") 287 "Keyboard map for sending characters directly to the inferior process.")