emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b94472f: ; Spelling fixes


From: Paul Eggert
Subject: [Emacs-diffs] master b94472f: ; Spelling fixes
Date: Sat, 10 Jun 2017 14:44:55 -0400 (EDT)

branch: master
commit b94472f18853c6075938cc5f9ac2856d7ad499b7
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    ; 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 ab15b27..96a647d 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 51245e7..60bedb6 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  <address@hidden>
 
diff --git a/lisp/frame.el b/lisp/frame.el
index dc7bb24..b7a5516 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 17a1cae..34ee877 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;
 
 }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]