aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2003-01-27 08:46:26 +0000
committerJuanma Barranquero <[email protected]>2003-01-27 08:46:26 +0000
commitd44695170657a0adf520c6ee627057b1a989c8e2 (patch)
tree9fb91dc1593e34ddc390ea222772e4c25e3e1f69
parentbb39c84e234f8a6d5f55d8c67dc107591e0c1b80 (diff)
(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 624777bf8c..a47e2ba4c9 100644
--- a/lisp/eshell/esh-cmd.el
+++ b/lisp/eshell/esh-cmd.el
@@ -709,7 +709,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))