diff options
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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)) |