1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-05 22:20:24 -08:00

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".
This commit is contained in:
Alan Mackenzie 2020-02-09 14:33:14 +00:00
parent 56b8768b32
commit 530067463b
24 changed files with 35 additions and 35 deletions

View file

@ -3046,7 +3046,7 @@ See also `ps-use-face-background'."
(defcustom ps-fg-list nil
"Specify foreground color list.
This list is used to chose a text foreground color which is different than the
This list is used to chose a text foreground color which is different from the
background color. It'll be used the first foreground color in `ps-fg-list'
which is different from the background color.
@ -6028,8 +6028,8 @@ to the equivalent Latin-1 characters.")
;; Specify a foreground color only if:
;; one's specified,
;; it's different than the background (if `ps-fg-validate-p' is non-nil)
;; and it's different than the current.
;; it's different from the background (if `ps-fg-validate-p' is non-nil)
;; and it's different from the current.
(let ((fg (or fg-color ps-default-foreground)))
(if ps-fg-validate-p
(let ((bg (or bg-color ps-default-background))