]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-core.el
Fix minor quoting problems in doc strings
[gnu-emacs] / lisp / org / ob-core.el
index fd144629838095118e582e20941bd43beb094043..f767a4eabe1647f32f2964febdb1a36769c440fa 100644 (file)
@@ -2583,7 +2583,7 @@ block but are passed literally to the \"example-block\"."
 (defun org-babel-read (cell &optional inhibit-lisp-eval)
   "Convert the string value of CELL to a number if appropriate.
 Otherwise if cell looks like lisp (meaning it starts with a
-\"(\", \"'\", \"`\" or a \"[\") then read it as lisp,
+\"(\", \"'\", \"\\=`\" or a \"[\") then read it as lisp,
 otherwise return it unmodified as a string.  Optional argument
 NO-LISP-EVAL inhibits lisp evaluation for situations in which is
 it not appropriate."