]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling fixes
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 10 Jun 2017 18:44:27 +0000 (11:44 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 10 Jun 2017 18:44:49 +0000 (11:44 -0700)
ChangeLog.2
ChangeLog.3
lisp/frame.el
src/xdisp.c

index ab15b277cec6e651c7be905858524f6ed4cc7137..96a647d9b440ee5e523305ad1e5a7c2ab7621566 100644 (file)
        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)
 
index 51245e77608289750c316bc4a30b09fadf04e070..60bedb6db1a2fdd244b2e38bb88d07f6ff98a791 100644 (file)
        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  <larsi@gnus.org>
 
index dc7bb24bb3a9083fe7033e2f6ad4d74bfa81d049..b7a551692812dc6626521ab2635715f50955f401 100644 (file)
@@ -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.
index 17a1cae00482d8f0ebf80ff4f69130918b187add..34ee877e6be84dc7dda5889a971d2b0ba9dad67b 100644 (file)
@@ -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;
 
 }