diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-12-06 02:30:54 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-12-06 02:30:54 +0100 |
commit | a98edce9ec1f519ad23ba7dc32ce54f15841eaa5 (patch) | |
tree | c7b4b7c3c38ef97d90e8fd9e031763c7bbbe3079 /lisp/org/ob-ref.el | |
parent | e65adfac3bc8c7dcc78464707c66d6aea958f684 (diff) | |
download | emacs-a98edce9ec1f519ad23ba7dc32ce54f15841eaa5.tar.gz |
Fix typos.
Diffstat (limited to 'lisp/org/ob-ref.el')
-rw-r--r-- | lisp/org/ob-ref.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-ref.el b/lisp/org/ob-ref.el index d0a2c14bee9..1e14021a364 100644 --- a/lisp/org/ob-ref.el +++ b/lisp/org/ob-ref.el @@ -69,7 +69,7 @@ "Parse a variable ASSIGNMENT in a header argument. If the right hand side of the assignment has a literal value return that value, otherwise interpret as a reference to an -external resource and find it's value using +external resource and find its value using `org-babel-ref-resolve'. Return a list with two elements. The first element of the list will be the name of the variable, and the second will be an emacs-lisp representation of the value of |