summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.org3
-rw-r--r--bog.el8
2 files changed, 5 insertions, 6 deletions
diff --git a/README.org b/README.org
index 7bc2d88..79cf9f5 100644
--- a/README.org
+++ b/README.org
@@ -100,7 +100,6 @@ the first parent heading that is a study heading.
Other useful functions include
- =bog-citekey-tree-to-indirect-buffer=
-- =bog-goto-citekey-heading-in-buffer=
- =bog-goto-citekey-heading-in-notes=
- =bog-insert-heading-citekey=
- =bog-jump-to-topic-heading=
@@ -132,7 +131,7 @@ The variables below are important for specifying how Bog behaves.
A regular expression that defines the format used for citekeys.
-- =bog-find-citekey-bib-function=
+- =bog-find-citekey-bib-func=
A function to find a citekey in a BibTeX file. This determines
whether a directory of single-entry BibTeX files or a single BibTeX
diff --git a/bog.el b/bog.el
index add1f06..e089e2d 100644
--- a/bog.el
+++ b/bog.el
@@ -188,7 +188,7 @@ only built-in function is `bog-file-ask-on-conflict'."
:type 'function)
(defcustom bog-file-secondary-name ".supplement"
- "Modification to make to file name on renaming confict.
+ "Modification to make to file name on renaming conflict.
If <citekey>.<ext> already exists, `bog-file-ask-on-conflict'
prompts for another name.
@@ -921,7 +921,7 @@ reverse the meaning of `bog-combined-bib-ignore-not-found'."
(insert-file-contents (cdr citekey-bib))
(goto-char (point-max)))
((or arg
- (y-or-n-p (format "No BibTeX entry found for %s. Skip it?"
+ (y-or-n-p (format "No BibTeX entry found for %s. Skip it? "
(car citekey-bib)))))
(t
(kill-buffer bib-buffer-name)
@@ -1019,7 +1019,7 @@ If the citekey prompt is slow to appear, consider enabling the
(bog--citekey-groups-with-delim citekey "+")))
(defun bog--citekey-groups-with-delim (citekey delim)
- "Return expression groups CITEKEY, seperated by DELIM.
+ "Return expression groups CITEKEY, separated by DELIM.
Groups are specified by `bog-citekey-web-search-groups'."
(with-syntax-table bog-citekey-syntax-table
(let ((case-fold-search nil))
@@ -1314,7 +1314,7 @@ context fails."
;;;###autoload
(defun bog-next-non-heading-citekey (&optional arg)
- "Move foward to next non-heading citekey.
+ "Move forward to next non-heading citekey.
With argument ARG, do it ARG times."
(interactive "p")
(setq arg (or arg 1))