summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2018-08-15 16:52:13 +0300
committerBasil L. Contovounesios <contovob@tcd.ie>2018-08-15 16:52:13 +0300
commit3c1e03fe8411b32815e1591d905924eb55631d32 (patch)
tree0afb048f61acf03698d738dfa5e2985733391257
parent529e17c015448bee7bbefa5e28d9375c4a8eaa74 (diff)
downloadbog-3c1e03fe8411b32815e1591d905924eb55631d32.tar.gz
bog.el: Fix typos in docs
Also add trailing space to y-or-n-p prompt as per its docstring.
-rw-r--r--bog.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/bog.el b/bog.el
index aeee49c..63d1d48 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))