summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-01-26 21:41:30 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-01-26 21:41:30 +0000
commit75757a9953af3bc3b3c1cb64e7dcfed4f41019c6 (patch)
treebdbb7b4d5534f76fea84d83d69c0145b73075a68
parent0604ee6719096a778072d589d43746e39842c6f8 (diff)
downloademacs-75757a9953af3bc3b3c1cb64e7dcfed4f41019c6.tar.gz
(eshell-separate-commands): Fix typo.
-rw-r--r--lisp/eshell/esh-cmd.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el
index 7793f87e4eb..15dab47ead8 100644
--- a/lisp/eshell/esh-cmd.el
+++ b/lisp/eshell/esh-cmd.el
@@ -713,7 +713,7 @@ For an external command, it means an exit code of 0."
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))