From b94472f18853c6075938cc5f9ac2856d7ad499b7 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 10 Jun 2017 11:44:27 -0700 Subject: [PATCH] ; Spelling fixes --- ChangeLog.2 | 2 +- ChangeLog.3 | 2 +- lisp/frame.el | 2 +- src/xdisp.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog.2 b/ChangeLog.2 index ab15b277cec..96a647d9b44 100644 --- a/ChangeLog.2 +++ b/ChangeLog.2 @@ -4640,7 +4640,7 @@ Fill the doc string of font-lock-keywords * lisp/font-lock.el (font-lock-keywords): Fill the lines and - reorganise some explanations (bug#21427). + reorganize some explanations (bug#21427). (cherry picked from commit c05716d3a26ea7518b89eacfccaf70c9d0731df7) diff --git a/ChangeLog.3 b/ChangeLog.3 index 51245e77608..60bedb6db1a 100644 --- a/ChangeLog.3 +++ b/ChangeLog.3 @@ -12785,7 +12785,7 @@ Fill the doc string of font-lock-keywords * lisp/font-lock.el (font-lock-keywords): Fill the lines and - reorganise some explanations (bug#21427). + reorganize some explanations (bug#21427). 2016-04-30 Lars Ingebrigtsen diff --git a/lisp/frame.el b/lisp/frame.el index dc7bb24bb3a..b7a55169281 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -1535,7 +1535,7 @@ FRAME can be a frame name, a terminal name, or a frame. If FRAME is omitted or nil, use the currently selected frame. By default, the current monitor is said to be the physical -monitor dominating teh selected frame. A frame is dominated by +monitor dominating the selected frame. A frame is dominated by a physical monitor when either the largest area of the frame resides in the monitor, or the monitor is the closest to the frame if the frame does not intersect any physical monitors. diff --git a/src/xdisp.c b/src/xdisp.c index 17a1cae0048..34ee877e6be 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -32257,7 +32257,7 @@ display table takes effect; in this case, Emacs does not consult DEFVAR_BOOL ("display-raw-bytes-as-hex", display_raw_bytes_as_hex, doc: /* Non-nil means display raw bytes in hexadecimal format. The default is to use octal format (\200) whereas hexadecimal (\x80) -may be more familar to users. */); +may be more familiar to users. */); display_raw_bytes_as_hex = false; } -- 2.39.2