comparison lisp/eshell/esh-var.el @ 80042:cd310b8577b3

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 05 Feb 2008 12:01:43 +0000
parents 48c4bb2b7d11
children f991f10f15ec
comparison
equal deleted inserted replaced
80041:0536275b0f41 80042:cd310b8577b3
45 ;; 45 ;;
46 ;; Interval the value of an environment variable, or a Lisp variable 46 ;; Interval the value of an environment variable, or a Lisp variable
47 ;; 47 ;;
48 ;; $ALSO-VAR 48 ;; $ALSO-VAR
49 ;; 49 ;;
50 ;; "-" is a legal part of a variable name. 50 ;; "-" is a valid part of a variable name.
51 ;; 51 ;;
52 ;; $<MYVAR>-TOO 52 ;; $<MYVAR>-TOO
53 ;; 53 ;;
54 ;; Only "MYVAR" is part of the variable name in this case. 54 ;; Only "MYVAR" is part of the variable name in this case.
55 ;; 55 ;;