]> git.eshelyaron.com Git - emacs.git/commitdiff
(term-delimiter-argument-list): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Wed, 23 Sep 1998 23:36:59 +0000 (23:36 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 23 Sep 1998 23:36:59 +0000 (23:36 +0000)
(term-emulate-terminal): Escape literal semicolon.

lisp/term.el

index eb453e4dc184de58b0af287360f17c688354fd13..f9cf0a63744b4a14ae986aba52df58b9dd2b3728 100644 (file)
@@ -480,7 +480,7 @@ surrounding them, and also be regarded as arguments in their own right (unlike
 whitespace).  See `term-arguments'.
 Defaults to the empty list.
 
-For shells, a good value is (?\\| ?& ?< ?> ?\\( ?\\) ?;).
+For shells, a good value is (?\\| ?& ?< ?> ?\\( ?\\) ?\\;).
 
 This is a good thing to set in mode hooks.")
 
@@ -2877,7 +2877,7 @@ See `term-prompt-regexp'."
                     (cond ((and (>= char ?0) (<= char ?9))
                            (setq term-terminal-parameter
                                  (+ (* 10 term-terminal-parameter) (- char ?0))))
-                          ((eq char ?\073 ) ; ?;
+                          ((eq char ?\;)
 ;;; Some modifications to cope with multiple settings like ^[[01;32;43m -mm
                            (setq term-terminal-more-parameters 1)
                            (setq term-terminal-previous-parameter-4