mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-30 08:09:04 +00:00
* eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
This commit is contained in:
parent
fe30962e0b
commit
0d8863b3b1
@ -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…
Reference in New Issue
Block a user