diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-04-26 00:37:21 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-04-26 00:37:21 -0400 |
commit | faae6a3da78cdf293440059ad9e85ebab5aa81bf (patch) | |
tree | ccf99e478a3d61a23d65034fb565cd06b9757b10 | |
parent | be6ca5ca570cfc0398d48c62b50b8110e00d367b (diff) | |
download | bog-faae6a3da78cdf293440059ad9e85ebab5aa81bf.tar.gz |
Rephrase docstrings for directory variables
-rw-r--r-- | bog.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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." |