From 0f612c9ad044b7621b97d2889593055f88090625 Mon Sep 17 00:00:00 2001 From: Christian Johansen Date: Wed, 23 May 2018 10:48:58 +0200 Subject: [PATCH] Fix unbalanced parens in Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6286aa4..8796097 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ You declare a variable like this: or like this: - :myvar := (some (artbitrary 'elisp) + :myvar := (some (artbitrary '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.