comparison lisp/eshell/esh-var.el @ 92148:f991f10f15ec

Merge from emacs--rel--22 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
author Miles Bader <miles@gnu.org>
date Sun, 24 Feb 2008 10:09:07 +0000
parents 107ccd98fa12 cd310b8577b3
children 1e3a407766b9
comparison
equal deleted inserted replaced
92147:773ae07da318 92148:f991f10f15ec
33 ;; 33 ;;
34 ;; Interval the value of an environment variable, or a Lisp variable 34 ;; Interval the value of an environment variable, or a Lisp variable
35 ;; 35 ;;
36 ;; $ALSO-VAR 36 ;; $ALSO-VAR
37 ;; 37 ;;
38 ;; "-" is a legal part of a variable name. 38 ;; "-" is a valid part of a variable name.
39 ;; 39 ;;
40 ;; $<MYVAR>-TOO 40 ;; $<MYVAR>-TOO
41 ;; 41 ;;
42 ;; Only "MYVAR" is part of the variable name in this case. 42 ;; Only "MYVAR" is part of the variable name in this case.
43 ;; 43 ;;