]> git.eshelyaron.com Git - emacs.git/commitdiff
* eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
authorGlenn Morris <rgm@gnu.org>
Sat, 14 Sep 2013 23:55:15 +0000 (16:55 -0700)
committerGlenn Morris <rgm@gnu.org>
Sat, 14 Sep 2013 23:55:15 +0000 (16:55 -0700)
lisp/ChangeLog
lisp/eshell/esh-var.el

index ba3de9f430508704366878df31933be9be03ccc4..8384f53d9464528c0da1f235a5b2652208998cb6 100644 (file)
@@ -1,3 +1,7 @@
+2013-09-14  Glenn Morris  <rgm@gnu.org>
+
+       * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
+
 2013-09-13  Glenn Morris  <rgm@gnu.org>
 
        * dired-x.el (dired-guess-shell-alist-user): Doc fix.
index f68b65dfd46847408d496420fe53ea8ceccbd705..8dd19618da2d38d12979246ab9850465dbe83aea 100644 (file)
@@ -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