diff options
| author | Glenn Morris | 2013-09-14 16:55:15 -0700 |
|---|---|---|
| committer | Glenn Morris | 2013-09-14 16:55:15 -0700 |
| commit | 0d8863b3b1829f8e53da8dff9ffc2dab60390da6 (patch) | |
| tree | 03b72eed3796a9fee7fa87f10b8987b3cdc07e9e | |
| parent | fe30962e0b82e6069c72b4c929c1c660017635b8 (diff) | |
| download | emacs-0d8863b3b1829f8e53da8dff9ffc2dab60390da6.tar.gz emacs-0d8863b3b1829f8e53da8dff9ffc2dab60390da6.zip | |
* eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/eshell/esh-var.el | 6 |
2 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ba3de9f4305..8384f53d946 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-09-14 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * eshell/esh-var.el (eshell-variable-aliases-list): Fix doc typo. | ||
| 4 | |||
| 1 | 2013-09-13 Glenn Morris <rgm@gnu.org> | 5 | 2013-09-13 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * dired-x.el (dired-guess-shell-alist-user): Doc fix. | 7 | * dired-x.el (dired-guess-shell-alist-user): Doc fix. |
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el index f68b65dfd46..8dd19618da2 100644 --- a/lisp/eshell/esh-var.el +++ b/lisp/eshell/esh-var.el | |||
| @@ -184,9 +184,9 @@ if they are quoted with a backslash." | |||
| 184 | indices))))) | 184 | indices))))) |
| 185 | "This list provides aliasing for variable references. | 185 | "This list provides aliasing for variable references. |
| 186 | It is very similar in concept to what `eshell-user-aliases-list' does | 186 | It is very similar in concept to what `eshell-user-aliases-list' does |
| 187 | for commands. Each member of this defines defines the name of a | 187 | for commands. Each member of this defines the name of a command, |
| 188 | command, and the Lisp value to return for that variable if it is | 188 | and the Lisp value to return for that variable if it is accessed |
| 189 | accessed via the syntax '$NAME'. | 189 | via the syntax '$NAME'. |
| 190 | 190 | ||
| 191 | If the value is a function, that function will be called with two | 191 | If the value is a function, that function will be called with two |
| 192 | arguments: the list of the indices that was used in the reference, and | 192 | arguments: the list of the indices that was used in the reference, and |