Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
5ec0337a
Commit
5ec0337a
authored
Sep 11, 2013
by
Glenn Morris
Browse files
* src/emacs.c (usage_message): Possessive apostrophe tweak.
Likewise in some comments.
parent
5c91a2b8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
5 deletions
+9
-5
src/ChangeLog
src/ChangeLog
+4
-0
src/emacs.c
src/emacs.c
+3
-3
src/w32proc.c
src/w32proc.c
+1
-1
src/xfns.c
src/xfns.c
+1
-1
No files found.
src/ChangeLog
View file @
5ec0337a
2013-09-11 Glenn Morris <rgm@gnu.org>
* emacs.c (usage_message): Possessive apostrophe tweak.
2013-09-11 Dmitry Antipov <dmantipov@yandex.ru>
* nsterm.m (syms_of_nsterm): Use Qns.
...
...
src/emacs.c
View file @
5ec0337a
/* 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
"
...
...
src/w32proc.c
View file @
5ec0337a
...
...
@@ -1144,7 +1144,7 @@ create_child (char *exe, char *cmdline, char *env, int is_gui_app,
return
FALSE
;
}
/* create_child doesn't know what emacs' file handle will be for waiting
/* create_child doesn't know what emacs'
s
file handle will be for waiting
on output from the child, so we need to make this additional call
to register the handle with the process
This way the select emulator knows how to match file handles with
...
...
src/xfns.c
View file @
5ec0337a
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment