From: Glenn Morris Date: Wed, 11 Sep 2013 17:31:29 +0000 (-0400) Subject: * src/emacs.c (usage_message): Possessive apostrophe tweak. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1662^2~30 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5ec0337a36f61c2bd6c7c3ef8102f7deeeafd09a;p=emacs.git * src/emacs.c (usage_message): Possessive apostrophe tweak. Likewise in some comments. --- diff --git a/src/ChangeLog b/src/ChangeLog index e3fd6e96ec2..e1276f54d03 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2013-09-11 Glenn Morris + + * emacs.c (usage_message): Possessive apostrophe tweak. + 2013-09-11 Dmitry Antipov * nsterm.m (syms_of_nsterm): Use Qns. diff --git a/src/emacs.c b/src/emacs.c index 05384145330..dc4c23b3991 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -1,7 +1,7 @@ /* Fully extensible Emacs, running on Unix, intended for GNU. -Copyright (C) 1985-1987, 1993-1995, 1997-1999, 2001-2013 Free Software -Foundation, Inc. +Copyright (C) 1985-1987, 1993-1995, 1997-1999, 2001-2013 + Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -310,7 +310,7 @@ example, -batch as well as --batch. You can use any unambiguous\n\ abbreviation for a --option.\n\ \n\ Various environment variables and window system resources also affect\n\ -Emacs' operation. See the main documentation.\n\ +the operation of Emacs. See the main documentation.\n\ \n\ Report bugs to bug-gnu-emacs@gnu.org. First, please see the Bugs\n\ section of the Emacs manual or the file BUGS.\n" diff --git a/src/w32proc.c b/src/w32proc.c index dabaa62f71c..221b42fb7b2 100644 --- a/src/w32proc.c +++ b/src/w32proc.c @@ -1144,7 +1144,7 @@ create_child (char *exe, char *cmdline, char *env, int is_gui_app, return FALSE; } -/* create_child doesn't know what emacs' file handle will be for waiting +/* create_child doesn't know what emacs's file handle will be for waiting on output from the child, so we need to make this additional call to register the handle with the process This way the select emulator knows how to match file handles with diff --git a/src/xfns.c b/src/xfns.c index 9b3bf79c088..74bc7a8b1d0 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -1031,7 +1031,7 @@ x_set_border_pixel (struct frame *f, int pix) Note: this is done in two routines because of the way X10 works. Note: under X11, this is normally the province of the window manager, - and so emacs' border colors may be overridden. */ + and so emacs's border colors may be overridden. */ static void x_set_border_color (struct frame *f, Lisp_Object arg, Lisp_Object oldval)