summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-02-15 15:04:17 -0500
committerKyle Meyer <kyle@kyleam.com>2014-02-15 15:04:17 -0500
commit46cc689116e384cf7eb6a780ce9026ce57cd5964 (patch)
tree3345b29adecc6f26ff2eb9323e3711208815bbfe
parentf276467b4aa9e4fe3d0f662b1ddd84d829afa3b6 (diff)
downloadbog-46cc689116e384cf7eb6a780ce9026ce57cd5964.tar.gz
MNT: Make message consistent with emacs
-rw-r--r--bog.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bog.el b/bog.el
index 0c6befd..2efb801 100644
--- a/bog.el
+++ b/bog.el
@@ -278,7 +278,7 @@ The citekey will be taken from the text under point if it matches
(setq staged-pdf (funcall bog-completing-read
"Select PDF file to rename: " choices))))
(rename-file staged-pdf pdf-file)
- (message "Renamed %s to %s." staged-pdf pdf-file)))
+ (message "Renamed %s to %s" staged-pdf pdf-file)))
(defun bog-citekey-as-pdf (citekey)
(expand-file-name (concat citekey ".pdf") bog-pdf-directory))