aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/gnus-coding.texi
diff options
context:
space:
mode:
authorPaul Eggert2012-12-22 08:25:40 -0800
committerPaul Eggert2012-12-22 08:25:40 -0800
commitf99f164170af8b7ee84bb229da6ec17b1df7c7bd (patch)
tree46c1c5edd4fab11f4cafc4d9200d1a125b941060 /doc/misc/gnus-coding.texi
parentf109a67ecb16c7698539b4fd92c113257e282d53 (diff)
downloademacs-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.texi8
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
10Copyright @copyright{} 2004-2005, 2007-2012 Free Software 10Copyright @copyright{} 2004--2005, 2007--2012 Free Software
11Foundation, Inc. 11Foundation, 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).
302Because of this, when the next major version of Gnus will be included in 302Because of this, when the next major version of Gnus will be included in
303Emacs, it should be very easy -- just plonk in the files from the Gnus 303Emacs, it should be very easy---just plonk in the files from the Gnus
304trunk without worrying about lost changes from the Emacs tree. 304trunk without worrying about lost changes from the Emacs tree.
305 305
306The effect of this is that as hacker, you should generally only have to 306The 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
315If you don't have Emacs bzr access (or it's inconvenient), you can 315If you don't have Emacs bzr access (or it's inconvenient), you can
316change such a file in the v5-10 branch, and it should propagate to Emacs 316change such a file in the v5-10 branch, and it should propagate to Emacs
317bzr -- however, it will get some extra scrutiny (by Miles) to see if the 317bzr---however, it will get some extra scrutiny (by Miles) to see if the
318changes are possibly controversial and need discussion on the mailing 318changes are possibly controversial and need discussion on the mailing
319list. Many changes are obvious bug-fixes however, so often there won't 319list. Many changes are obvious bug-fixes however, so often there won't
320be any problem. 320be any problem.
@@ -329,7 +329,7 @@ including improvements on the documentation.
329If you know that there will be conflicts (perhaps because the affected 329If you know that there will be conflicts (perhaps because the affected
330source code is different in v5-10 and the Gnus git trunk), then you can 330source code is different in v5-10 and the Gnus git trunk), then you can
331install your change in both places, and when I try to sync them, there 331install your change in both places, and when I try to sync them, there
332will be a conflict -- however, since in most such cases there would be a 332will be a conflict---however, since in most such cases there would be a
333conflict @emph{anyway}, it's often easier for me to resolve it simply if 333conflict @emph{anyway}, it's often easier for me to resolve it simply if
334I see two @samp{identical} changes, and can just choose the proper one, 334I see two @samp{identical} changes, and can just choose the proper one,
335rather than having to actually fix the code. 335rather than having to actually fix the code.