diff options
author | Alan Mackenzie <acm@muc.de> | 2020-02-09 14:33:14 +0000 |
---|---|---|
committer | Alan Mackenzie <acm@muc.de> | 2020-02-09 14:33:14 +0000 |
commit | 530067463bffc982f02dcc4f2805d389704575b4 (patch) | |
tree | 27479c8740fa9cf51ba648f9f8435ba16586dc98 /lisp/gnus/mm-util.el | |
parent | 56b8768b32e9679d3f4f6e2070e9af8f9fc14ff1 (diff) | |
download | emacs-530067463bffc982f02dcc4f2805d389704575b4.tar.gz emacs-530067463bffc982f02dcc4f2805d389704575b4.tar.bz2 emacs-530067463bffc982f02dcc4f2805d389704575b4.zip |
Correct "different than" to "different from" where appropriate
(doc/emacs/screen.texi)
(doc/lispintro/emacs-lisp-intro.texi)
(doc/misc/calc.texi)
(doc/misc/gnus.texi)
(doc/misc/sc.texi)
(lisp/align.el)
(lisp/allout-widgets.el)
(lisp/allout.el)
(lisp/emacs-lisp/gv.el)
(lisp/font-lock.el)
(lisp/gnus/mm-util.el)
(lisp/mail/feedmail.el)
(lisp/mail/sendmail.el)
(lisp/mail/supercite.el)
(lisp/org/org-attach.el)
(lisp/progmodes/cc-langs.el)
(lisp/progmodes/idlw-shell.el)
(lisp/ps-print.el)
(lisp/simple.el)
(src/cmds.c)
(src/editfns.c)
(src/frame.h)
(src/regex-emacs.c)
(src/xfaces.c): Replace "different than" by "different from".
Diffstat (limited to 'lisp/gnus/mm-util.el')
-rw-r--r-- | lisp/gnus/mm-util.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/mm-util.el b/lisp/gnus/mm-util.el index e863051e56a..7629d5cb151 100644 --- a/lisp/gnus/mm-util.el +++ b/lisp/gnus/mm-util.el @@ -53,7 +53,7 @@ ;; positions! ,@(unless (mm-coding-system-p 'iso-8859-15) '((iso-8859-15 . iso-8859-1))) - ;; BIG-5HKSCS is similar to, but different than, BIG-5. + ;; BIG-5HKSCS is similar to, but different from, BIG-5. ,@(unless (mm-coding-system-p 'big5-hkscs) '((big5-hkscs . big5))) ;; A Microsoft misunderstanding. |