diff lisp/comint.el @ 793:6fb68a1460a6

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Thu, 16 Jul 1992 07:28:05 +0000
parents cd00bdacc17b
children 4f28bd14272c
line wrap: on
line diff
--- a/lisp/comint.el	Thu Jul 16 06:28:10 1992 +0000
+++ b/lisp/comint.el	Thu Jul 16 07:28:05 1992 +0000
@@ -351,7 +351,7 @@
 
 
 ;; This is just (append new old-env) that compresses out shadowed entries.
-;; It's also pretty ugly, mostly due to elisp's horrible iteration structures.
+;; It's also pretty ugly, mostly due to lisp's horrible iteration structures.
 (defun comint-update-env (old-env new)
   (let ((ans (reverse new))
 	(vars (mapcar (function (lambda (vv)