aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/misc/ChangeLog4
-rw-r--r--doc/misc/dired-x.texi4
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 1174bc234f8..df3468ea087 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,7 @@
12011-05-14 Glenn Morris <rgm@gnu.org>
2
3 * dired-x.texi (Omitting Examples): Minor addition.
4
12011-05-10 Jim Meyering <meyering@redhat.com> 52011-05-10 Jim Meyering <meyering@redhat.com>
2 6
3 * ede.texi: Fix typo "or or -> or". 7 * ede.texi: Fix typo "or or -> or".
diff --git a/doc/misc/dired-x.texi b/doc/misc/dired-x.texi
index eb797789922..99530e6356d 100644
--- a/doc/misc/dired-x.texi
+++ b/doc/misc/dired-x.texi
@@ -452,7 +452,9 @@ then put
452@end example 452@end example
453 453
454@noindent 454@noindent
455in the @code{dired-load-hook} (@pxref{Installation}). 455in the @code{dired-load-hook} (@pxref{Installation}). (Of course, a
456better way to achieve this particular goal is simply to omit @samp{-a} from
457@code{dired-listing-switches}.)
456 458
457@end itemize 459@end itemize
458 460