[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/eshell/esh-var.el
From: |
Juanma Barranquero |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/eshell/esh-var.el |
Date: |
Sun, 03 Jul 2005 22:51:53 -0400 |
Index: emacs/lisp/eshell/esh-var.el
diff -c emacs/lisp/eshell/esh-var.el:1.15 emacs/lisp/eshell/esh-var.el:1.16
*** emacs/lisp/eshell/esh-var.el:1.15 Tue Jun 14 11:33:54 2005
--- emacs/lisp/eshell/esh-var.el Mon Jul 4 02:51:48 2005
***************
*** 28,34 ****
(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
variable value, a subcommand, or even the result of a Lisp form."
:tag "Variable handling"
:group 'eshell)
--- 28,34 ----
(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
variable value, a subcommand, or even the result of a Lisp form."
:tag "Variable handling"
:group 'eshell)
- [Emacs-diffs] Changes to emacs/lisp/eshell/esh-var.el,
Juanma Barranquero <=