diff options
| author | Juanma Barranquero | 2005-07-04 02:51:48 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-07-04 02:51:48 +0000 |
| commit | eabc24ca4a6d1467ecdb49484de450d8db4e46b3 (patch) | |
| tree | 62da42f63c921ec371989a8985ffcf508944e108 /lisp/eshell | |
| parent | eca4927a08e169ba54f8230ea86c57d4dc1428c4 (diff) | |
| download | emacs-eabc24ca4a6d1467ecdb49484de450d8db4e46b3.tar.gz emacs-eabc24ca4a6d1467ecdb49484de450d8db4e46b3.zip | |
(eshell-var): Fix typo in docstring.
Diffstat (limited to 'lisp/eshell')
| -rw-r--r-- | lisp/eshell/esh-var.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el index f1bd94baabf..10d2100fd00 100644 --- a/lisp/eshell/esh-var.el +++ b/lisp/eshell/esh-var.el | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | (defgroup eshell-var nil | 28 | (defgroup eshell-var nil |
| 29 | "Variable interpolation is introduced whenever the '$' character | 29 | "Variable interpolation is introduced whenever the '$' character |
| 30 | appears unquoted in any argument (except when that argument is | 30 | appears unquoted in any argument (except when that argument is |
| 31 | surrounded by single quotes) . It may be used to interpolate a | 31 | surrounded by single quotes). It may be used to interpolate a |
| 32 | variable value, a subcommand, or even the result of a Lisp form." | 32 | variable value, a subcommand, or even the result of a Lisp form." |
| 33 | :tag "Variable handling" | 33 | :tag "Variable handling" |
| 34 | :group 'eshell) | 34 | :group 'eshell) |