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/xfns.c | |
parent | 5c91a2b88d1efef802d6b76910ead67ff8048289 (diff) |
* 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 9b3bf79c08..74bc7a8b1d 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -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) |