summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-03-16 19:18:51 -0400
committerKyle Meyer <kyle@kyleam.com>2014-03-16 19:18:51 -0400
commit227240652ff3e5d6595c56946dc5dda8eb7355e8 (patch)
tree7a4c70f0ade66bc5763f2d224f20dfdb45cc7162
parent743f782f0b49c4a16f8689ccba3102042146641b (diff)
downloadbog-227240652ff3e5d6595c56946dc5dda8eb7355e8.tar.gz
MNT: Reword a few docstrings
-rw-r--r--bog.el6
1 files 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)