[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master de9e172: ; Spelling fixes
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] master de9e172: ; Spelling fixes |
Date: |
Fri, 17 Mar 2017 15:22:30 -0400 (EDT) |
branch: master
commit de9e1724a34a5ed7995655591e02816f70d19885
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>
; Spelling fixes
---
doc/emacs/rmail.texi | 2 +-
doc/misc/tramp.texi | 4 ++--
oldXMenu/Internal.c | 2 +-
src/xdisp.c | 2 +-
4 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/doc/emacs/rmail.texi b/doc/emacs/rmail.texi
index b64ec22..99b7bc1 100644
--- a/doc/emacs/rmail.texi
+++ b/doc/emacs/rmail.texi
@@ -1426,7 +1426,7 @@ Hostname of the remote server for remote mailboxes or
file name of a
local mailbox.
@item port
-Optional port number, if not the default for that protocal.
+Optional port number, if not the default for that protocol.
@end table
@noindent
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 26b0915..e1d8445 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -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
Hoetzel's @file{tramp-adb.el}.
-XEmacs support has been stopped in January 2016. Since March 2017,
address@hidden syntax requires a method mandatorily.
+XEmacs support was stopped in January 2016. Since March 2017,
address@hidden syntax mandates a method.
@c Installation chapter is necessary only in case of standalone
@c installation. Text taken from trampinst.texi.
diff --git a/oldXMenu/Internal.c b/oldXMenu/Internal.c
index aa9cf16..bc4ed22 100644
--- a/oldXMenu/Internal.c
+++ b/oldXMenu/Internal.c
@@ -507,7 +507,7 @@ _XMRecomputeGlobals(register Display *display, register
XMenu *menu)
/*
* 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);
if (menu->x_pos + menu->width > DisplayWidth(display, screen))
diff --git a/src/xdisp.c b/src/xdisp.c
index 7ff37a6..8266849 100644
--- a/src/xdisp.c
+++ b/src/xdisp.c
@@ -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));
- /* 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
POINT_MIN..POINT_MAX region, which will then cause
various assertion violations and crashes down the road,
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master de9e172: ; Spelling fixes,
Paul Eggert <=