Browse Source

ob-lisp: Fix typo in doc string

* lisp/ob-lisp.el (org-babel-lisp-eval-fn): Fix typo.
Nick Dokos 9 years ago
parent
commit
476211ac73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lisp/ob-lisp.el

+ 1 - 1
lisp/ob-lisp.el

@@ -40,7 +40,7 @@
 
 (defcustom org-babel-lisp-eval-fn "sly-eval"
   "The function to be called to evaluate code on the Lisp side.
-It can be set to either \"sly-eval\" or \"slime-val\"."
+It can be set to either \"sly-eval\" or \"slime-eval\"."
   :group 'org-babel
   :version "25.1"
   :package-version '(Org . "8.3")