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/xfns.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/xfns.c')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index 9b3bf79c088..74bc7a8b1d0 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -1031,7 +1031,7 @@ x_set_border_pixel (struct frame *f, int pix) | |||
| 1031 | Note: this is done in two routines because of the way X10 works. | 1031 | Note: this is done in two routines because of the way X10 works. |
| 1032 | 1032 | ||
| 1033 | Note: under X11, this is normally the province of the window manager, | 1033 | Note: under X11, this is normally the province of the window manager, |
| 1034 | and so emacs' border colors may be overridden. */ | 1034 | and so emacs's border colors may be overridden. */ |
| 1035 | 1035 | ||
| 1036 | static void | 1036 | static void |
| 1037 | x_set_border_color (struct frame *f, Lisp_Object arg, Lisp_Object oldval) | 1037 | x_set_border_color (struct frame *f, Lisp_Object arg, Lisp_Object oldval) |