summaryrefslogtreecommitdiff
path: root/bog.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-04-26 00:37:21 -0400
committerKyle Meyer <kyle@kyleam.com>2014-04-26 00:37:21 -0400
commitfaae6a3da78cdf293440059ad9e85ebab5aa81bf (patch)
treeccf99e478a3d61a23d65034fb565cd06b9757b10 /bog.el
parentbe6ca5ca570cfc0398d48c62b50b8110e00d367b (diff)
downloadbog-faae6a3da78cdf293440059ad9e85ebab5aa81bf.tar.gz
Rephrase docstrings for directory variables
Diffstat (limited to 'bog.el')
-rw-r--r--bog.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/bog.el b/bog.el
index a4f197e..6575b1c 100644
--- a/bog.el
+++ b/bog.el
@@ -95,19 +95,19 @@ default value of `org-bibtex-key-property'."
:type 'string)
(defcustom bog-notes-directory "~/bib"
- "The name of the directory that Org files are stored in."
+ "Directory with Org research notes."
:group 'bog
:type 'string)
(defcustom bog-pdf-directory
(expand-file-name "pdfs" bog-notes-directory)
- "The name of the directory that PDF files are stored in."
+ "Directory with citekey-associated PDF files."
:group 'bog
:type 'string)
(defcustom bog-stage-directory
(expand-file-name "stage" bog-notes-directory)
- "The name of the directory to search for new files.
+ "Directory to search for new files.
`bog-rename-staged-pdf-to-citekey' and
`bog-rename-staged-bib-to-citekey' will search here for files to
rename."