From: Glenn Morris Date: Sat, 14 Sep 2013 23:55:15 +0000 (-0700) Subject: * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1624 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0d8863b3b1829f8e53da8dff9ffc2dab60390da6;p=emacs.git * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ba3de9f4305..8384f53d946 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-09-14 Glenn Morris + + * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo. + 2013-09-13 Glenn Morris * dired-x.el (dired-guess-shell-alist-user): Doc fix. diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el index f68b65dfd46..8dd19618da2 100644 --- a/lisp/eshell/esh-var.el +++ b/lisp/eshell/esh-var.el @@ -184,9 +184,9 @@ if they are quoted with a backslash." indices))))) "This list provides aliasing for variable references. It is very similar in concept to what `eshell-user-aliases-list' does -for commands. Each member of this defines defines the name of a -command, and the Lisp value to return for that variable if it is -accessed via the syntax '$NAME'. +for commands. Each member of this defines the name of a command, +and the Lisp value to return for that variable if it is accessed +via the syntax '$NAME'. If the value is a function, that function will be called with two arguments: the list of the indices that was used in the reference, and