aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond2014-10-26 11:38:44 -0400
committerEric S. Raymond2014-10-26 11:38:44 -0400
commit6357aea6999ec86fba2282f707c5a6b4c805a096 (patch)
tree469e4c124e3a921ad8a52790a311d35bf213b3fb
parentfb85c184db5802b3601dbc097a999c7e90121b87 (diff)
downloademacs-6357aea6999ec86fba2282f707c5a6b4c805a096.tar.gz
emacs-6357aea6999ec86fba2282f707c5a6b4c805a096.zip
Neutralized language specific to a repository type.
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/efaq-w32.texi6
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 82cb20d7105..462e7b6bbd3 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12014-10-26 Eric S. Raymond <esr@thyrsus.com>
2
3 * efaq-w32.texi: Neutralized language specific to a repository type.
4
12014-10-25 Eric S. Raymond <esr@thyrsus.com> 52014-10-25 Eric S. Raymond <esr@thyrsus.com>
2 6
3 * gnus-coding.txt: Neutralized language specific to a repository type. 7 * gnus-coding.txt: Neutralized language specific to a repository type.
diff --git a/doc/misc/efaq-w32.texi b/doc/misc/efaq-w32.texi
index f7086b6d3a9..904a6ffb031 100644
--- a/doc/misc/efaq-w32.texi
+++ b/doc/misc/efaq-w32.texi
@@ -176,7 +176,7 @@ The latest source is available from
176distributed as a compressed tar file, digitally signed by the maintainer 176distributed as a compressed tar file, digitally signed by the maintainer
177who made the release. 177who made the release.
178 178
179@cindex Bzr, getting Emacs 179@cindex getting Emacs
180@cindex latest development version of Emacs 180@cindex latest development version of Emacs
181@cindex Emacs Development 181@cindex Emacs Development
182The development version of Emacs is available from 182The development version of Emacs is available from
@@ -199,8 +199,8 @@ of GNU @command{rm} and @command{cp}, as the Windows native
199equivalents are not consistent between versions. GNU texinfo will be 199equivalents are not consistent between versions. GNU texinfo will be
200required to build the manuals. @xref{Other useful ports}. 200required to build the manuals. @xref{Other useful ports}.
201 201
202After unpacking the source, or checking out of Bzr, be sure to read the 202After unpacking the source, or checking out of the repository, be sure
203instructions in @file{nt/README} and @file{nt/INSTALL}. 203to read the instructions in @file{nt/README} and @file{nt/INSTALL}.
204 204
205@node Debugging 205@node Debugging
206@section How do I use a debugger on Emacs? 206@section How do I use a debugger on Emacs?