diff --git a/docs/cmu-user/unix.tex b/docs/cmu-user/unix.tex
index 901b47685bc7604305f44b5d2fa3f792d9944eb0..fccd0c9ad193eab4879e249a448356a817cd2989 100644
--- a/docs/cmu-user/unix.tex
+++ b/docs/cmu-user/unix.tex
@@ -110,8 +110,9 @@ structures.
    (cdr (assoc :display ext:*environment-list*))
 \end{lisp}
 
-  Note that the case of the variable name is lost in the conversion
-  to a keyword.
+  Note that the case of the variable name is preserved when converting
+  to a keyword.  Therefore, you need to specify the keyword properly for
+  variable names containing lower-case letters,
 \end{defvar}