]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/emacs.c (usage_message): Possessive apostrophe tweak.
authorGlenn Morris <rgm@gnu.org>
Wed, 11 Sep 2013 17:31:29 +0000 (13:31 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 11 Sep 2013 17:31:29 +0000 (13:31 -0400)
Likewise in some comments.

src/ChangeLog
src/emacs.c
src/w32proc.c
src/xfns.c

index e3fd6e96ec2c1c354b20b5df6817d59afb9146a0..e1276f54d031e0954874e36655136cc4e850390e 100644 (file)
@@ -1,3 +1,7 @@
+2013-09-11  Glenn Morris  <rgm@gnu.org>
+
+       * emacs.c (usage_message): Possessive apostrophe tweak.
+
 2013-09-11  Dmitry Antipov  <dmantipov@yandex.ru>
 
        * nsterm.m (syms_of_nsterm): Use Qns.
index 0538414533085ccc51bb7db6b4ec85d021ac61b5..dc4c23b399110d9573fd569328fb56f8498013d2 100644 (file)
@@ -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"
index dabaa62f71c59402647871e16f4e68865b952c9e..221b42fb7b262edc77e67794ab7ff184e3f503cc 100644 (file)
@@ -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
index 9b3bf79c0888543a65ef2e04e447d2b898dfacdf..74bc7a8b1d05dcf0d82fcfa6e602e83c899ab6aa 100644 (file)
@@ -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)