diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-02-15 15:04:17 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-02-15 15:04:17 -0500 |
commit | 46cc689116e384cf7eb6a780ce9026ce57cd5964 (patch) | |
tree | 3345b29adecc6f26ff2eb9323e3711208815bbfe /bog.el | |
parent | f276467b4aa9e4fe3d0f662b1ddd84d829afa3b6 (diff) | |
download | bog-46cc689116e384cf7eb6a780ce9026ce57cd5964.tar.gz |
MNT: Make message consistent with emacs
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |