mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 20:32:00 -08:00
(eshell-var): Fix typo in docstring.
This commit is contained in:
parent
eca4927a08
commit
eabc24ca4a
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
(defgroup eshell-var nil
|
||||
"Variable interpolation is introduced whenever the '$' character
|
||||
appears unquoted in any argument (except when that argument is
|
||||
surrounded by single quotes) . It may be used to interpolate a
|
||||
surrounded by single quotes). It may be used to interpolate a
|
||||
variable value, a subcommand, or even the result of a Lisp form."
|
||||
:tag "Variable handling"
|
||||
:group 'eshell)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue