* eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
This commit is contained in:
parent
fe30962e0b
commit
0d8863b3b1
2 changed files with 7 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue