summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2016-01-18 22:59:51 -0800
committerJohn Wiegley <johnw@newartisans.com>2016-01-18 22:59:51 -0800
commit1b76d9168336ede8976b980aeaed64ae2908501a (patch)
tree749e3c082a8575eee1888ba9e61e1aeaa70d0dbc /lisp/emacs-lisp
parentbca49307c8ea3f96d6eede375a7f42091ae5d5af (diff)
parent2e5a89fad151f8efa97aea3f400823a95bee6289 (diff)
downloademacs-1b76d9168336ede8976b980aeaed64ae2908501a.tar.gz
emacs-1b76d9168336ede8976b980aeaed64ae2908501a.tar.bz2
emacs-1b76d9168336ede8976b980aeaed64ae2908501a.zip
-
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/inline.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/inline.el b/lisp/emacs-lisp/inline.el
index 56780fbb05a..058c56c3b49 100644
--- a/lisp/emacs-lisp/inline.el
+++ b/lisp/emacs-lisp/inline.el
@@ -102,7 +102,7 @@ VARS should be a list of elements of the form (VAR EXP) or just VAR, in case
EXP is equal to VAR. The result is to evaluate EXP and bind the result to VAR.
The tail of VARS can be either nil or a symbol VAR which should hold a list
-of arguments,in which case each argument is evaluated and the resulting
+of arguments, in which case each argument is evaluated and the resulting
new list is re-bound to VAR.
After VARS is handled, BODY is evaluated in the new environment."