diff lisp/eshell/esh-cmd.el @ 49477:ea69593b3b09

(eshell-separate-commands): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 27 Jan 2003 08:46:26 +0000
parents e23f9344f37d
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/lisp/eshell/esh-cmd.el	Mon Jan 27 08:45:18 2003 +0000
+++ b/lisp/eshell/esh-cmd.el	Mon Jan 27 08:46:26 2003 +0000
@@ -709,7 +709,7 @@
 				       reversed last-terms-sym)
   "Separate TERMS using SEPARATOR.
 If REVERSED is non-nil, the list of separated term groups will be
-returned in reverse order.  If LAST-TERMS-SYM is a symbol, it's value
+returned in reverse order.  If LAST-TERMS-SYM is a symbol, its value
 will be set to a list of all the separator operators found (or '(list
 nil)' if none)."
   (let ((sub-terms (list t))