diff options
| author | Paul Eggert | 2012-12-22 08:25:40 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-12-22 08:25:40 -0800 |
| commit | f99f164170af8b7ee84bb229da6ec17b1df7c7bd (patch) | |
| tree | 46c1c5edd4fab11f4cafc4d9200d1a125b941060 /doc/misc/gnus-coding.texi | |
| parent | f109a67ecb16c7698539b4fd92c113257e282d53 (diff) | |
| download | emacs-f99f164170af8b7ee84bb229da6ec17b1df7c7bd.tar.gz emacs-f99f164170af8b7ee84bb229da6ec17b1df7c7bd.zip | |
Hyphen and dash fixes in texinfo files.
Diffstat (limited to 'doc/misc/gnus-coding.texi')
| -rw-r--r-- | doc/misc/gnus-coding.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/misc/gnus-coding.texi b/doc/misc/gnus-coding.texi index 35ec2120955..a06fb45bb29 100644 --- a/doc/misc/gnus-coding.texi +++ b/doc/misc/gnus-coding.texi | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | @syncodeindex pg cp | 7 | @syncodeindex pg cp |
| 8 | 8 | ||
| 9 | @copying | 9 | @copying |
| 10 | Copyright @copyright{} 2004-2005, 2007-2012 Free Software | 10 | Copyright @copyright{} 2004--2005, 2007--2012 Free Software |
| 11 | Foundation, Inc. | 11 | Foundation, Inc. |
| 12 | 12 | ||
| 13 | @quotation | 13 | @quotation |
| @@ -300,7 +300,7 @@ reason. | |||
| 300 | @c (typically so far the only exception has been that the changes | 300 | @c (typically so far the only exception has been that the changes |
| 301 | @c already exist in the trunk in modified form). | 301 | @c already exist in the trunk in modified form). |
| 302 | Because of this, when the next major version of Gnus will be included in | 302 | Because of this, when the next major version of Gnus will be included in |
| 303 | Emacs, it should be very easy -- just plonk in the files from the Gnus | 303 | Emacs, it should be very easy---just plonk in the files from the Gnus |
| 304 | trunk without worrying about lost changes from the Emacs tree. | 304 | trunk without worrying about lost changes from the Emacs tree. |
| 305 | 305 | ||
| 306 | The effect of this is that as hacker, you should generally only have to | 306 | The effect of this is that as hacker, you should generally only have to |
| @@ -314,7 +314,7 @@ tree, and it will show up in the Gnus tree a few days later. | |||
| 314 | 314 | ||
| 315 | If you don't have Emacs bzr access (or it's inconvenient), you can | 315 | If you don't have Emacs bzr access (or it's inconvenient), you can |
| 316 | change such a file in the v5-10 branch, and it should propagate to Emacs | 316 | change such a file in the v5-10 branch, and it should propagate to Emacs |
| 317 | bzr -- however, it will get some extra scrutiny (by Miles) to see if the | 317 | bzr---however, it will get some extra scrutiny (by Miles) to see if the |
| 318 | changes are possibly controversial and need discussion on the mailing | 318 | changes are possibly controversial and need discussion on the mailing |
| 319 | list. Many changes are obvious bug-fixes however, so often there won't | 319 | list. Many changes are obvious bug-fixes however, so often there won't |
| 320 | be any problem. | 320 | be any problem. |
| @@ -329,7 +329,7 @@ including improvements on the documentation. | |||
| 329 | If you know that there will be conflicts (perhaps because the affected | 329 | If you know that there will be conflicts (perhaps because the affected |
| 330 | source code is different in v5-10 and the Gnus git trunk), then you can | 330 | source code is different in v5-10 and the Gnus git trunk), then you can |
| 331 | install your change in both places, and when I try to sync them, there | 331 | install your change in both places, and when I try to sync them, there |
| 332 | will be a conflict -- however, since in most such cases there would be a | 332 | will be a conflict---however, since in most such cases there would be a |
| 333 | conflict @emph{anyway}, it's often easier for me to resolve it simply if | 333 | conflict @emph{anyway}, it's often easier for me to resolve it simply if |
| 334 | I see two @samp{identical} changes, and can just choose the proper one, | 334 | I see two @samp{identical} changes, and can just choose the proper one, |
| 335 | rather than having to actually fix the code. | 335 | rather than having to actually fix the code. |