From 832082d8d440722485ba1b95809c479d01e8dd1e Mon Sep 17 00:00:00 2001 From: George Hartzell Date: Fri, 8 Dec 2017 11:10:44 -0800 Subject: [PATCH] Typos: spelling, missing closing paren --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 501ff56..8d316f2 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ You declare a variable like this: or like this: - :myvar := (some (artbitrary 'elisp) + :myvar := (some (arbitrary 'elisp)) In second form, the value of variable is evaluated as Emacs Lisp form immediately. Evaluation of variables is done from top to bottom. Only one one-line form for each variable is allowed, so use `(progn ...)` and some virtual line wrap mode if you need more. There's no way to reference earlier declared _restclient_ variables, but you can always use `setq` to save state.