diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-03-16 19:18:51 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-03-16 19:18:51 -0400 |
commit | 227240652ff3e5d6595c56946dc5dda8eb7355e8 (patch) | |
tree | 7a4c70f0ade66bc5763f2d224f20dfdb45cc7162 | |
parent | 743f782f0b49c4a16f8689ccba3102042146641b (diff) | |
download | bog-227240652ff3e5d6595c56946dc5dda8eb7355e8.tar.gz |
MNT: Reword a few docstrings
-rw-r--r-- | bog.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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) |