diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-03-16 18:06:20 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-03-16 18:06:20 -0400 |
commit | 761a9a1b038033c077851ad75e91d61de7872b6f (patch) | |
tree | b2d3b9a449628a4b991792b61f164f8787ea203e | |
parent | e1c9992731d9d5c6e2581e817f6f704868e95e32 (diff) | |
download | bog-761a9a1b038033c077851ad75e91d61de7872b6f.tar.gz |
MNT: Correct typo in docstring
-rw-r--r-- | bog.el | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -152,9 +152,9 @@ the characters in `bog-pdf-file-name-separators'.") (defcustom bog-pdf-renaming-func 'bog-pdf-ask-on-conflict "Function used to rename stage PDF files. -This function should accept a PDF file name and a citekey as an -argument and return the name of the final PDF file. Currently the -only built-in function is `bog-pdf-ask-on-conflict'.") +This function should accept a PDF file name and a citekey as +arguments and return the name of the final PDF file. Currently +the only built-in function is `bog-pdf-ask-on-conflict'.") (defcustom bog-pdf-secondary-name "-supplement" "Modification to make to PDF file name on renaming confict. |