diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-04-26 00:58:46 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-04-26 00:58:46 -0400 |
commit | cf2e1852626990377e05f6091c24359d709b0374 (patch) | |
tree | 04949ae1f20cb2eb35c7681239992d491c74500c /bog.el | |
parent | faae6a3da78cdf293440059ad9e85ebab5aa81bf (diff) | |
download | bog-cf2e1852626990377e05f6091c24359d709b0374.tar.gz |
Fix docstring typo
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -369,7 +369,7 @@ used to control the default string used in the prompt." (expand-file-name (concat citekey ".pdf") bog-pdf-directory)) (defun bog-pdf-citekeys () - "Return a list citekeys for all pdf files in + "Return a list of citekeys for all pdf files in `bog-pdf-directory'." (-map 'file-name-base (file-expand-wildcards (concat |