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)
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>
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.
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;
}