]> git.eshelyaron.com Git - emacs.git/commitdiff
(term-exec-hook): Doc fix.
authorErik Naggum <erik@naggum.no>
Wed, 24 Jan 1996 19:12:08 +0000 (19:12 +0000)
committerErik Naggum <erik@naggum.no>
Wed, 24 Jan 1996 19:12:08 +0000 (19:12 +0000)
lisp/term.el

index 186424c379d171b6d408a97907e3daad834f2f90..823752e17703ca27d09d906f07a96731d65e13f3 100644 (file)
@@ -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)