diff options
| author | Glenn Morris | 2013-09-11 13:31:29 -0400 |
|---|---|---|
| committer | Glenn Morris | 2013-09-11 13:31:29 -0400 |
| commit | 5ec0337a36f61c2bd6c7c3ef8102f7deeeafd09a (patch) | |
| tree | c473399259139455f55408208daf6bc6da5b9116 /src/emacs.c | |
| parent | 5c91a2b88d1efef802d6b76910ead67ff8048289 (diff) | |
| download | emacs-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.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 @@ | |||
| 1 | /* Fully extensible Emacs, running on Unix, intended for GNU. | 1 | /* Fully extensible Emacs, running on Unix, intended for GNU. |
| 2 | 2 | ||
| 3 | Copyright (C) 1985-1987, 1993-1995, 1997-1999, 2001-2013 Free Software | 3 | Copyright (C) 1985-1987, 1993-1995, 1997-1999, 2001-2013 |
| 4 | Foundation, Inc. | 4 | Free Software Foundation, Inc. |
| 5 | 5 | ||
| 6 | This file is part of GNU Emacs. | 6 | This file is part of GNU Emacs. |
| 7 | 7 | ||
| @@ -310,7 +310,7 @@ example, -batch as well as --batch. You can use any unambiguous\n\ | |||
| 310 | abbreviation for a --option.\n\ | 310 | abbreviation for a --option.\n\ |
| 311 | \n\ | 311 | \n\ |
| 312 | Various environment variables and window system resources also affect\n\ | 312 | Various environment variables and window system resources also affect\n\ |
| 313 | Emacs' operation. See the main documentation.\n\ | 313 | the operation of Emacs. See the main documentation.\n\ |
| 314 | \n\ | 314 | \n\ |
| 315 | Report bugs to bug-gnu-emacs@gnu.org. First, please see the Bugs\n\ | 315 | Report bugs to bug-gnu-emacs@gnu.org. First, please see the Bugs\n\ |
| 316 | section of the Emacs manual or the file BUGS.\n" | 316 | section of the Emacs manual or the file BUGS.\n" |