From faae6a3da78cdf293440059ad9e85ebab5aa81bf Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 26 Apr 2014 00:37:21 -0400 Subject: Rephrase docstrings for directory variables --- bog.el | 6 +++--- 1 file 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." -- cgit v1.2.3