comparison lisp/eshell/esh-var.el @ 64035:c9af72762fae

(eshell-var): Fix typo in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 04 Jul 2005 02:51:48 +0000
parents 668456cdf6a1
children 18a818a2ee7c
comparison
equal deleted inserted replaced
64034:f1afe84c7bbc 64035:c9af72762fae
26 (eval-when-compile (require 'esh-maint)) 26 (eval-when-compile (require 'esh-maint))
27 27
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)
35 35
36 ;;; Commentary: 36 ;;; Commentary: