emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114216: * src/emacs.c (usage_message): Possessive a


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114216: * src/emacs.c (usage_message): Possessive apostrophe tweak.
Date: Wed, 11 Sep 2013 17:31:32 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114216
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2013-09-11 13:31:29 -0400
message:
  * src/emacs.c (usage_message): Possessive apostrophe tweak.
  
  Likewise in some comments.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/emacs.c                    emacs.c-20091113204419-o5vbwnq5f7feedwu-241
  src/w32proc.c                  w32proc.c-20091113204419-o5vbwnq5f7feedwu-814
  src/xfns.c                     xfns.c-20091113204419-o5vbwnq5f7feedwu-274
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-09-11 16:03:42 +0000
+++ b/src/ChangeLog     2013-09-11 17:31:29 +0000
@@ -1,3 +1,7 @@
+2013-09-11  Glenn Morris  <address@hidden>
+
+       * emacs.c (usage_message): Possessive apostrophe tweak.
+
 2013-09-11  Dmitry Antipov  <address@hidden>
 
        * nsterm.m (syms_of_nsterm): Use Qns.

=== modified file 'src/emacs.c'
--- a/src/emacs.c       2013-08-15 16:37:15 +0000
+++ b/src/emacs.c       2013-09-11 17:31:29 +0000
@@ -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 @@
 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 address@hidden  First, please see the Bugs\n\
 section of the Emacs manual or the file BUGS.\n"

=== modified file 'src/w32proc.c'
--- a/src/w32proc.c     2013-08-29 15:32:04 +0000
+++ b/src/w32proc.c     2013-09-11 17:31:29 +0000
@@ -1144,7 +1144,7 @@
   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

=== modified file 'src/xfns.c'
--- a/src/xfns.c        2013-09-11 16:03:42 +0000
+++ b/src/xfns.c        2013-09-11 17:31:29 +0000
@@ -1031,7 +1031,7 @@
    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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]