diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-05-07 00:13:15 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-05-07 00:15:12 -0400 |
commit | fa92c538cb1a75636d395dfe09ad3e32e06823a9 (patch) | |
tree | 199b5d7978597c2e992f92ac2b8e06f88a8ce543 /bog.el | |
parent | 1c2a78d0d3b63d09087d6a3e4b8788b2aee2d188 (diff) | |
download | bog-fa92c538cb1a75636d395dfe09ad3e32e06823a9.tar.gz |
Fix lowercase org in docstring for consistency
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -625,7 +625,7 @@ buffer, the narrowing is removed." (defun bog-goto-citekey-heading-in-notes (&optional no-context) "Find citekey heading in notes. -All org files in `bog-notes-directory' will be searched. +All Org files in `bog-notes-directory' will be searched. The citekey will be taken from the text under point if it matches `bog-citekey-format'. |