From 227240652ff3e5d6595c56946dc5dda8eb7355e8 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sun, 16 Mar 2014 19:18:51 -0400 Subject: MNT: Reword a few docstrings --- bog.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bog.el b/bog.el index 5d55e89..22bdedd 100644 --- a/bog.el +++ b/bog.el @@ -79,7 +79,7 @@ default value of `org-bibtex-key-property'." :type 'string) (defcustom bog-notes-directory "~/bib" - "The name of the directory that Org note are stored in." + "The name of the directory that Org files are stored in." :group 'bog :type 'string) @@ -498,7 +498,7 @@ The citekey will be taken from the text under point if it matches (message "Heading for %s not found in buffer" citekey)))) (defun bog-goto-citekey-heading-in-notes () - "Find citekey heading in all Bog notes. + "Find citekey heading in notes. All org files in `bog-notes-directory' will be searched. The citekey will be taken from the text under point if it matches `bog-citekey-format'." @@ -515,7 +515,7 @@ citekey will be taken from the text under point if it matches (message "Heading for %s not found in notes" citekey)))) (defun bog-refile () - "Refile heading with note files. + "Refile heading within notes. All headings from Org files in `bog-notes-directory' at or above level `bog-refile-maxlevel' are considered." (interactive) -- cgit v1.2.3