From bc8eab1e86a1ed24310708f678afaae2af4894b5 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 26 Jan 2003 21:41:30 +0000 Subject: [PATCH] (eshell-separate-commands): Fix typo. --- lisp/eshell/esh-cmd.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- 2.39.5