aboutsummaryrefslogtreecommitdiffstats
path: root/src/emacs.c
diff options
context:
space:
mode:
authorGlenn Morris2013-09-11 13:31:29 -0400
committerGlenn Morris2013-09-11 13:31:29 -0400
commit5ec0337a36f61c2bd6c7c3ef8102f7deeeafd09a (patch)
treec473399259139455f55408208daf6bc6da5b9116 /src/emacs.c
parent5c91a2b88d1efef802d6b76910ead67ff8048289 (diff)
downloademacs-5ec0337a36f61c2bd6c7c3ef8102f7deeeafd09a.tar.gz
emacs-5ec0337a36f61c2bd6c7c3ef8102f7deeeafd09a.zip
* src/emacs.c (usage_message): Possessive apostrophe tweak.
Likewise in some comments.
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c6
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 @@
1/* Fully extensible Emacs, running on Unix, intended for GNU. 1/* Fully extensible Emacs, running on Unix, intended for GNU.
2 2
3Copyright (C) 1985-1987, 1993-1995, 1997-1999, 2001-2013 Free Software 3Copyright (C) 1985-1987, 1993-1995, 1997-1999, 2001-2013
4Foundation, Inc. 4 Free Software Foundation, Inc.
5 5
6This file is part of GNU Emacs. 6This file is part of GNU Emacs.
7 7
@@ -310,7 +310,7 @@ example, -batch as well as --batch. You can use any unambiguous\n\
310abbreviation for a --option.\n\ 310abbreviation for a --option.\n\
311\n\ 311\n\
312Various environment variables and window system resources also affect\n\ 312Various environment variables and window system resources also affect\n\
313Emacs' operation. See the main documentation.\n\ 313the operation of Emacs. See the main documentation.\n\
314\n\ 314\n\
315Report bugs to bug-gnu-emacs@gnu.org. First, please see the Bugs\n\ 315Report bugs to bug-gnu-emacs@gnu.org. First, please see the Bugs\n\
316section of the Emacs manual or the file BUGS.\n" 316section of the Emacs manual or the file BUGS.\n"