summaryrefslogtreecommitdiff
path: root/lisp/env.el
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2020-04-29 14:15:03 +0300
committerEli Zaretskii <eliz@gnu.org>2020-04-29 14:15:03 +0300
commit2f9bfaef21043d7894334b33b8538a165250f499 (patch)
treec19bcec05d93119332a6d517e13df615131f5be8 /lisp/env.el
parent520fd3e728d46702a04f6a19f23ed64a66900d51 (diff)
downloademacs-2f9bfaef21043d7894334b33b8538a165250f499.tar.gz
emacs-2f9bfaef21043d7894334b33b8538a165250f499.tar.bz2
emacs-2f9bfaef21043d7894334b33b8538a165250f499.zip
; Fix last change
Diffstat (limited to 'lisp/env.el')
-rw-r--r--lisp/env.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/env.el b/lisp/env.el
index c2cf0888eb7..6de90385a35 100644
--- a/lisp/env.el
+++ b/lisp/env.el
@@ -68,10 +68,10 @@ with a character not a letter, digit or underscore; otherwise, enclose
the entire variable name in braces. For instance, in `ab$cd-x',
`$cd' is treated as an environment variable.
-If WHEN-UNDEFINED is nil, references to undefined environment variables
-are replaced by the empty string; if it is a function, the function is called
-with the variable name as argument and should return the text with which
-to replace it or nil to leave it unchanged.
+If WHEN-UNDEFINED is omitted or nil, references to undefined environment
+variables are replaced by the empty string; if it is a function, the
+function is called with the variable's name as argument, and should return
+the text with which to replace it, or nil to leave it unchanged.
If it is non-nil and not a function, references to undefined variables are
left unchanged.