changeset 49477:ea69593b3b09

(eshell-separate-commands): Fix typo.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 27 Jan 2003 08:46:26 +0000
parents f1030525c96d
children 7f670dbc3aab
files lisp/eshell/esh-cmd.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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))