diff options
author | Glenn Morris <rgm@gnu.org> | 2013-09-11 13:31:29 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-09-11 13:31:29 -0400 |
commit | 5ec0337a36f61c2bd6c7c3ef8102f7deeeafd09a (patch) | |
tree | c473399259139455f55408208daf6bc6da5b9116 /src/emacs.c | |
parent | 5c91a2b88d1efef802d6b76910ead67ff8048289 (diff) | |
download | emacs-5ec0337a36f61c2bd6c7c3ef8102f7deeeafd09a.tar.gz |
* src/emacs.c (usage_message): Possessive apostrophe tweak.
Likewise in some comments.
Diffstat (limited to 'src/emacs.c')
-rw-r--r-- | src/emacs.c | 6 |
1 files changed, 3 insertions, 3 deletions
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" |