branch: elpa/boxquote
commit 9cecf1333b9f3a6a7b5c46f0eed0b9aaac3616dd
Merge: 7e47e0e285 80d63aad92
Author: Dave Pearson <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #4 from tarsiiformes/typos
Fix typos
---
README.md | 2 +-
boxquote.el | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 0c01ad4fcb..8591937ada 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ mimic the "inclusion quoting" style in his Usenet posts. I
could have
hassled him for his code but it was far more fun to write it myself.
Mark Milhollan for providing a patch that helped me get the help quoting
-functions working with XEmacs. (which, for other reasons, I've neded to
+functions working with XEmacs. (which, for other reasons, I've needed to
remove as of v2.0 -- hopefully I can get things working on XEmacs again).
Oliver Much for suggesting the idea of having a `boxquote-kill-ring-save`
diff --git a/boxquote.el b/boxquote.el
index a6a5cfe6ab..dbf961a486 100644
--- a/boxquote.el
+++ b/boxquote.el
@@ -46,7 +46,7 @@
;; hassled him for his code but it was far more fun to write it myself.
;;
;; Mark Milhollan for providing a patch that helped me get the help quoting
-;; functions working with XEmacs. (which, for other reasons, I've neded to
+;; functions working with XEmacs. (which, for other reasons, I've needed to
;; remove as of v2.0 -- hopefully I can get things working on XEmacs again).
;;
;; Oliver Much for suggesting the idea of having a `boxquote-kill-ring-save'
@@ -430,7 +430,7 @@ VARIABLE is the variable to describe."
"Call `describe-key' on KEY and boxquote the output into the current buffer.
If the call to this command is prefixed with \\[universal-argument] you will
also be
-prompted for a buffer. The key defintion used will be taken from that buffer."
+prompted for a buffer. The key definition used will be taken from that buffer."
(interactive "kDescribe key: ")
(let ((from-buffer (if current-prefix-arg
(read-buffer "Buffer: " (current-buffer) t)