From f1760272e0f287d9b0a13ed2c7dbe1bfd5df01bc Mon Sep 17 00:00:00 2001 From: Noam Postavsky Date: Sat, 10 May 2014 14:07:58 -0400 Subject: [PATCH] Restore backquotes lost in rst -> org translation * doc/snippet-development.org: Re-add lost `s. --- doc/snippet-development.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/snippet-development.org b/doc/snippet-development.org index a7d653a..e48e397 100644 --- a/doc/snippet-development.org +++ b/doc/snippet-development.org @@ -182,14 +182,14 @@ to TextMate's. ** Plain Text Arbitrary text can be included as the content of a template. They are -usually interpreted as plain text, except =$= and ==. You need to -use \` to escape them: =\$= and =\=. The \` itself may also needed to be +usually interpreted as plain text, except =$= and =`=. You need to +use =\= to escape them: =\$= and =\`=. The =\= itself may also needed to be escaped as =\\= sometimes. ** Embedded Emacs-lisp code Emacs-Lisp code can be embedded inside the template, written inside -back-quotes (==). The lisp forms are evaluated when the snippet is +back-quotes (=`=). The lisp forms are evaluated when the snippet is being expanded. The evaluation is done in the same buffer as the snippet being expanded.