diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-02-05 12:07:11 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-02-05 12:07:11 +0000 |
commit | 0138efd4b32f2209944704e627e514274e1c1e20 (patch) | |
tree | 6a8458ca8d9d0a13aaef30a8b6df084f3bc0fd0c /lisp/eshell/esh-var.el | |
parent | 9b9a412286efca8257d18175941b6370115445d6 (diff) | |
download | emacs-0138efd4b32f2209944704e627e514274e1c1e20.tar.gz emacs-0138efd4b32f2209944704e627e514274e1c1e20.tar.bz2 emacs-0138efd4b32f2209944704e627e514274e1c1e20.zip |
*** empty log message ***
Diffstat (limited to 'lisp/eshell/esh-var.el')
-rw-r--r-- | lisp/eshell/esh-var.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/eshell/esh-var.el b/lisp/eshell/esh-var.el index 15ecb119c5e..0e5f4484279 100644 --- a/lisp/eshell/esh-var.el +++ b/lisp/eshell/esh-var.el @@ -47,7 +47,7 @@ variable value, a subcommand, or even the result of a Lisp form." ;; ;; $ALSO-VAR ;; -;; "-" is a legal part of a variable name. +;; "-" is a valid part of a variable name. ;; ;; $<MYVAR>-TOO ;; |