From 2ba934d1d760a4d1e15a774d4d129863d6cd4ed3 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Thu, 29 Jan 2015 00:56:00 -0500 Subject: bog-list-orphan-citekeys: Fix docstring typo --- bog.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'bog.el') 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)) -- cgit v1.2.3