diff options
| author | Eric S. Raymond | 2014-10-26 11:38:44 -0400 |
|---|---|---|
| committer | Eric S. Raymond | 2014-10-26 11:38:44 -0400 |
| commit | 6357aea6999ec86fba2282f707c5a6b4c805a096 (patch) | |
| tree | 469e4c124e3a921ad8a52790a311d35bf213b3fb | |
| parent | fb85c184db5802b3601dbc097a999c7e90121b87 (diff) | |
| download | emacs-6357aea6999ec86fba2282f707c5a6b4c805a096.tar.gz emacs-6357aea6999ec86fba2282f707c5a6b4c805a096.zip | |
Neutralized language specific to a repository type.
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/efaq-w32.texi | 6 |
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 @@ | |||
| 1 | 2014-10-26 Eric S. Raymond <esr@thyrsus.com> | ||
| 2 | |||
| 3 | * efaq-w32.texi: Neutralized language specific to a repository type. | ||
| 4 | |||
| 1 | 2014-10-25 Eric S. Raymond <esr@thyrsus.com> | 5 | 2014-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 | |||
| 176 | distributed as a compressed tar file, digitally signed by the maintainer | 176 | distributed as a compressed tar file, digitally signed by the maintainer |
| 177 | who made the release. | 177 | who 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 |
| 182 | The development version of Emacs is available from | 182 | The development version of Emacs is available from |
| @@ -199,8 +199,8 @@ of GNU @command{rm} and @command{cp}, as the Windows native | |||
| 199 | equivalents are not consistent between versions. GNU texinfo will be | 199 | equivalents are not consistent between versions. GNU texinfo will be |
| 200 | required to build the manuals. @xref{Other useful ports}. | 200 | required to build the manuals. @xref{Other useful ports}. |
| 201 | 201 | ||
| 202 | After unpacking the source, or checking out of Bzr, be sure to read the | 202 | After unpacking the source, or checking out of the repository, be sure |
| 203 | instructions in @file{nt/README} and @file{nt/INSTALL}. | 203 | to 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? |