aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorPaul Eggert2011-07-16 17:37:57 -0700
committerPaul Eggert2011-07-16 17:37:57 -0700
commit4f8a4547454e24304b4182fbf4ae4b34a7bdc92b (patch)
treed03d6d6cdd4b10a62633ed5f9da42d60dac016d0 /doc/misc
parentf0eb61e99dce9005dc94c909046f6130b3d4a97c (diff)
parent64a465b2d97d00f27ed74513047ced07b798b9fd (diff)
downloademacs-4f8a4547454e24304b4182fbf4ae4b34a7bdc92b.tar.gz
emacs-4f8a4547454e24304b4182fbf4ae4b34a7bdc92b.zip
Merge from trunk.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/flymake.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 38cbaafa45d..d64980bd1c8 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * flymake.texi (Example -- Configuring a tool called via make):
4 Use /dev/null instead of the Windows "nul" (bug#8715).
5
12011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org> 62011-07-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 7
3 * widget.texi (Setting Up the Buffer): Remove mention of the 8 * widget.texi (Setting Up the Buffer): Remove mention of the
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi
index 74cf3d630da..625e9549444 100644
--- a/doc/misc/flymake.texi
+++ b/doc/misc/flymake.texi
@@ -483,7 +483,7 @@ our case this target might look like this:
483 483
484@verbatim 484@verbatim
485check-syntax: 485check-syntax:
486 gcc -o nul -S ${CHK_SOURCES} 486 gcc -o /dev/null -S ${CHK_SOURCES}
487@end verbatim 487@end verbatim
488 488
489The format of error messages reported by @code{gcc} is already 489The format of error messages reported by @code{gcc} is already