summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog.16
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-11-17 09:31:46 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-11-17 09:34:24 +0100
commit93036209fae87dc620b27b2ce2e0146e6252113c (patch)
tree34552a98807db1f69c0bddf1be920fea619981c0 /lisp/ChangeLog.16
parent32f36db4f89deb453f401c3d66cbb02c61f2c838 (diff)
downloademacs-93036209fae87dc620b27b2ce2e0146e6252113c.tar.gz
emacs-93036209fae87dc620b27b2ce2e0146e6252113c.tar.bz2
emacs-93036209fae87dc620b27b2ce2e0146e6252113c.zip
; Fix typos (duplicate words)
Diffstat (limited to 'lisp/ChangeLog.16')
-rw-r--r--lisp/ChangeLog.1617
1 files changed, 8 insertions, 9 deletions
diff --git a/lisp/ChangeLog.16 b/lisp/ChangeLog.16
index ef59698317d..5b2244dec0c 100644
--- a/lisp/ChangeLog.16
+++ b/lisp/ChangeLog.16
@@ -22838,15 +22838,14 @@
2011-05-10 Jim Meyering <meyering@redhat.com>
Fix doubled-word typos.
- * international/quail.el (quail-insert-kbd-layout): and and -> and.
- * kermit.el: and and -> and.
- * net/ldap.el (ldap-search-internal): to to -> to.
- * progmodes/vhdl-mode.el (vhdl-offsets-alist): Likewise.
- * progmodes/js.el (js-mode): and and -> and.
- * textmodes/artist.el (artist-move-to-xy): at at -> at.
- (artist-draw-region-trim-line-endings): if if -> if.
- And Safetyc -> Safety.
- * textmodes/reftex-dcr.el (reftex-view-crossref): at at -> at a.
+ * international/quail.el (quail-insert-kbd-layout):
+ * kermit.el:
+ * net/ldap.el (ldap-search-internal):
+ * progmodes/vhdl-mode.el (vhdl-offsets-alist):
+ * progmodes/js.el (js-mode):
+ * textmodes/artist.el (artist-move-to-xy):
+ (artist-draw-region-trim-line-endings):
+ * textmodes/reftex-dcr.el (reftex-view-crossref): Fix typos.
2011-05-10 Glenn Morris <rgm@gnu.org>
Stefan Monnier <monnier@iro.umontreal.ca>