summaryrefslogtreecommitdiff
path: root/bog.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-01-29 00:56:00 -0500
committerKyle Meyer <kyle@kyleam.com>2015-01-29 00:56:00 -0500
commit2ba934d1d760a4d1e15a774d4d129863d6cd4ed3 (patch)
tree8d98def99196b4082064a670197fa04b1877f035 /bog.el
parentdc8a9487657859a14c35dcf8d21eb33a112a6fca (diff)
downloadbog-2ba934d1d760a4d1e15a774d4d129863d6cd4ed3.tar.gz
bog-list-orphan-citekeys: Fix docstring typo
Diffstat (limited to 'bog.el')
-rw-r--r--bog.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/bog.el b/bog.el
index aebe5ae..fc37634 100644
--- a/bog.el
+++ b/bog.el
@@ -366,7 +366,8 @@ word constituents."
(defun bog-list-orphan-citekeys (&optional file)
"List in citekeys that appear in notes but don't have heading.
-With prefix FILE, include only orphan citekeys from that file."
+With prefix argument FILE, include only orphan citekeys from that
+file."
(interactive (list (and current-prefix-arg
(bog-read-note-file-name))))
(let ((files (or (and file (list file))