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/allout.el | |
parent | 56b8768b32e9679d3f4f6e2070e9af8f9fc14ff1 (diff) | |
download | emacs-530067463bffc982f02dcc4f2805d389704575b4.tar.gz |
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/allout.el')
-rw-r--r-- | lisp/allout.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/allout.el b/lisp/allout.el index 56f74870657..174f1e3dc21 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -5948,7 +5948,7 @@ See `allout-toggle-current-subtree-encryption' for more details." (setq buffer-file-coding-system (allout-select-safe-coding-system subtree-beg subtree-end)) ;; if the coding system for the text being encrypted is different - ;; than that prevailing, then there a real risk that the coding + ;; from that prevailing, then there a real risk that the coding ;; system can't be noticed by emacs when the file is visited. to ;; mitigate that, offer to preserve the coding system using a file ;; local variable. |