From c1b72bfba81bbc75ad3c8f059cefac51bf77f21d Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Fri, 10 Jul 2009 01:20:56 -0400 Subject: [PATCH] Trivial typo fixing --- lisp/org-babel-ref.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-babel-ref.el b/lisp/org-babel-ref.el index 2612ba7a3..a04577f9b 100644 --- a/lisp/org-babel-ref.el +++ b/lisp/org-babel-ref.el @@ -87,7 +87,7 @@ return nil." out))) (defun org-babel-ref-resolve-reference (ref) - "Resolve the reference and return it's value" + "Resolve the reference and return its value" (save-excursion (let ((case-fold-search t) type args new-refere new-referent result lob-info) @@ -140,7 +140,7 @@ return nil." ('lob (setq result (org-babel-execute-src-block t lob-info args))))))) (defun org-babel-ref-at-ref-p () - "Return the type of reference located at point or nil of none + "Return the type of reference located at point or nil if none of the supported reference types are found. Supported reference types are tables and source blocks." (cond ((org-at-table-p) 'table)