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 /src/frame.h | |
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 'src/frame.h')
-rw-r--r-- | src/frame.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h index 6ab690c0ff5..a54b8623e50 100644 --- a/src/frame.h +++ b/src/frame.h @@ -107,7 +107,7 @@ struct frame to redirect keystrokes to a surrogate minibuffer frame when needed. - Note that a value of nil is different than having the field point + Note that a value of nil is different from having the field point to the frame itself. Whenever the Fselect_frame function is used to shift from one frame to the other, any redirections to the original frame are shifted to the newly selected frame; if |