summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-05-01 18:52:50 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-05-01 18:53:31 -0700
commit743a32a153a8b77c379b33b204cf7ae30d9edd2b (patch)
treeaffc0c34d6f62d4a23d09720814d37029c61ae97 /lisp
parent3707f609cb8017371610a5e2233bd8478416217c (diff)
downloademacs-743a32a153a8b77c379b33b204cf7ae30d9edd2b.tar.gz
emacs-743a32a153a8b77c379b33b204cf7ae30d9edd2b.tar.bz2
emacs-743a32a153a8b77c379b33b204cf7ae30d9edd2b.zip
; Spelling and quoting fixes
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog.172
-rw-r--r--lisp/apropos.el2
-rw-r--r--lisp/emacs-lisp/autoload.el2
-rw-r--r--lisp/mh-e/ChangeLog.12
4 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17
index 29081d3f3cd..2f1957ad0ca 100644
--- a/lisp/ChangeLog.17
+++ b/lisp/ChangeLog.17
@@ -1254,7 +1254,7 @@
2015-03-01 Lars Magne Ingebrigtsen <larsi@gnus.org>
* net/shr.el (shr-insert): Remove soft hyphens.
- (shr-insert): Also remove soft hypens from non-folded text.
+ (shr-insert): Also remove soft hyphens from non-folded text.
2015-02-28 Eli Zaretskii <eliz@gnu.org>
diff --git a/lisp/apropos.el b/lisp/apropos.el
index caeb7cafd12..7c9ec12c2e0 100644
--- a/lisp/apropos.el
+++ b/lisp/apropos.el
@@ -871,7 +871,7 @@ Returns list of symbols and documentation found."
((consp doc)
(apropos-documentation-check-elc-file (car doc)))
((and doc
- ;; Sanity check in case bad data has snuck into the
+ ;; Sanity check in case bad data sneaked into the
;; documentation slot.
(stringp doc)
(string-match apropos-all-words-regexp doc)
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index 1ab3de5f2fd..aedee8c7636 100644
--- a/lisp/emacs-lisp/autoload.el
+++ b/lisp/emacs-lisp/autoload.el
@@ -87,7 +87,7 @@ that text will be copied verbatim to `generated-autoload-file'.")
(defconst generate-autoload-section-continuation ";;;;;; "
"String to add on each continuation of the section header form.")
-;; In some ways it would be nicer to use a value that is recognisably
+;; In some ways it would be nicer to use a value that is recognizably
;; not a time-value, eg t, but that can cause issues if an older Emacs
;; that does not expect non-time-values loads the file.
(defconst autoload--non-timestamp '(0 0 0 0)
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1
index 7f29f598b64..7dde7437914 100644
--- a/lisp/mh-e/ChangeLog.1
+++ b/lisp/mh-e/ChangeLog.1
@@ -306,7 +306,7 @@
arguments were put in a single string (closes SF #1122655).
(mh-edit-pick-expr): Use it.
- * mh-unit.el (mh-unit): Since 21.4 snuck out but didn't contain
+ * mh-unit.el (mh-unit): Since 21.4 sneaked out but didn't contain
updated lm-verify, don't run lm-verify on versions before 21.5.
(mh-unit-test-pick-args-list): Added.