1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-22 18:35:09 +00:00

; Spelling fixes

This commit is contained in:
Paul Eggert 2017-06-10 11:44:27 -07:00
parent bdf41152af
commit b94472f188
4 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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 <larsi@gnus.org>

View 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.

View 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;
}