emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114285: * eshell/esh-var.el (eshell-variable-aliase


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114285: * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
Date: Sat, 14 Sep 2013 23:55:21 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114285
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sat 2013-09-14 16:55:15 -0700
message:
  * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  lisp/eshell/esh-var.el         eshvar.el-20091113204419-o5vbwnq5f7feedwu-1877
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-09-13 17:28:34 +0000
+++ b/lisp/ChangeLog    2013-09-14 23:55:15 +0000
@@ -1,3 +1,7 @@
+2013-09-14  Glenn Morris  <address@hidden>
+
+       * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
+
 2013-09-13  Glenn Morris  <address@hidden>
 
        * dired-x.el (dired-guess-shell-alist-user): Doc fix.

=== modified file 'lisp/eshell/esh-var.el'
--- a/lisp/eshell/esh-var.el    2013-09-12 20:15:53 +0000
+++ b/lisp/eshell/esh-var.el    2013-09-14 23:55:15 +0000
@@ -184,9 +184,9 @@
                                   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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]