1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

; Spelling fixes

This commit is contained in:
Paul Eggert 2017-03-17 12:22:05 -07:00
parent 2f8935099c
commit de9e1724a3
4 changed files with 5 additions and 5 deletions

View file

@ -1426,7 +1426,7 @@ Hostname of the remote server for remote mailboxes or file name of a
local mailbox. local mailbox.
@item port @item port
Optional port number, if not the default for that protocal. Optional port number, if not the default for that protocol.
@end table @end table
@noindent @noindent

View file

@ -405,8 +405,8 @@ September 2011. Ad-hoc multi-hop methods (with a changed syntax)
re-enabled in November 2011. In November 2012, added Juergen re-enabled in November 2011. In November 2012, added Juergen
Hoetzel's @file{tramp-adb.el}. Hoetzel's @file{tramp-adb.el}.
XEmacs support has been stopped in January 2016. Since March 2017, XEmacs support was stopped in January 2016. Since March 2017,
@value{tramp} syntax requires a method mandatorily. @value{tramp} syntax mandates a method.
@c Installation chapter is necessary only in case of standalone @c Installation chapter is necessary only in case of standalone
@c installation. Text taken from trampinst.texi. @c installation. Text taken from trampinst.texi.

View file

@ -507,7 +507,7 @@ _XMRecomputeGlobals(register Display *display, register XMenu *menu)
/* /*
* Ensure that the origin of the menu is placed so that * Ensure that the origin of the menu is placed so that
* None of the panes ore selections are off the screen. * None of the panes or selections are off the screen.
*/ */
screen = DefaultScreen(display); screen = DefaultScreen(display);
if (menu->x_pos + menu->width > DisplayWidth(display, screen)) if (menu->x_pos + menu->width > DisplayWidth(display, screen))

View file

@ -4999,7 +4999,7 @@ handle_single_display_spec (struct it *it, Lisp_Object spec, Lisp_Object object,
{ {
ptrdiff_t ovendpos = OVERLAY_POSITION (OVERLAY_END (overlay)); ptrdiff_t ovendpos = OVERLAY_POSITION (OVERLAY_END (overlay));
/* Some borderly-sane Lisp might call us with the current /* Some borderline-sane Lisp might call us with the current
buffer narrowed so that overlay-end is outside the buffer narrowed so that overlay-end is outside the
POINT_MIN..POINT_MAX region, which will then cause POINT_MIN..POINT_MAX region, which will then cause
various assertion violations and crashes down the road, various assertion violations and crashes down the road,