diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-10-15 02:18:59 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-10-15 02:28:05 -0400 |
commit | 0d230d0acc3906a0658484d839bfc44606299841 (patch) | |
tree | 22cf5822ca276d7c7c57cbaedbaf2b9f88ea9cb9 /bog.el | |
parent | a72f6ae89f83c212e22b45f104c6756fcae12ec4 (diff) | |
download | bog-0d230d0acc3906a0658484d839bfc44606299841.tar.gz |
bog-rename-staged-file-to-citekey: Fix docstring
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -355,7 +355,7 @@ The citekey will be taken from the text under point if it matches `bog-citekey-format' or from the current tree. With prefix argument NO-CONTEXT, a prompt will open to select -from citekeys for all associated files. This same prompt will be +from all citekeys present in notes. This same prompt will be opened if locating a citekey from context fails." (interactive "P") (let ((citekey (bog-citekey-from-notes-or-all no-context))) |