Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0d8863b3
Commit
0d8863b3
authored
Sep 14, 2013
by
Glenn Morris
Browse files
* eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
parent
fe30962e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/eshell/esh-var.el
lisp/eshell/esh-var.el
+3
-3
No files found.
lisp/ChangeLog
View file @
0d8863b3
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.
...
...
lisp/eshell/esh-var.el
View file @
0d8863b3
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment