aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-06-07 13:49:33 +0000
committerEli Zaretskii2001-06-07 13:49:33 +0000
commit39cf43ac2d9ed5713dad6bf3b501bf25ed65312e (patch)
treebaa4ad368f508e3bdc0376ac69ee296ac42a5739
parentc31492676e87aee69ece0c1423f9e56feae7b61d (diff)
downloademacs-39cf43ac2d9ed5713dad6bf3b501bf25ed65312e.tar.gz
emacs-39cf43ac2d9ed5713dad6bf3b501bf25ed65312e.zip
Fix Next and Prev pointers in @node directives, so
that SPC can be used to traverse the whole document in sequence.
-rw-r--r--man/dired-x.texi26
1 files changed, 13 insertions, 13 deletions
diff --git a/man/dired-x.texi b/man/dired-x.texi
index fd40b65aeb1..7170bc179b9 100644
--- a/man/dired-x.texi
+++ b/man/dired-x.texi
@@ -166,7 +166,7 @@ For @file{dired-x.el} revision 2
166 166
167@end ifinfo 167@end ifinfo
168 168
169@node Introduction, Features, Top, Top 169@node Introduction, Installation, Top, Top
170@comment node-name, next, previous, up 170@comment node-name, next, previous, up
171@chapter Introduction 171@chapter Introduction
172 172
@@ -188,7 +188,7 @@ features have been added and a few more functions have been bound to keys.
188@end menu 188@end menu
189@end ifinfo 189@end ifinfo
190 190
191@node Features, Technical Details, Introduction, Introduction 191@node Features, Technical Details, , Introduction
192@comment node-name, next, previous, up 192@comment node-name, next, previous, up
193@section Features 193@section Features
194@cindex Features 194@cindex Features
@@ -236,7 +236,7 @@ C-f} and @kbd{C-x 4 C-f} to @code{dired-x-find-file} and
236@code{dired-x-find-file-other-window}, respectively (@pxref{Find File At 236@code{dired-x-find-file-other-window}, respectively (@pxref{Find File At
237Point}). 237Point}).
238 238
239@node Technical Details, Installation, Features, Introduction 239@node Technical Details, , Features, Introduction
240@comment node-name, next, previous, up 240@comment node-name, next, previous, up
241@section Technical Details 241@section Technical Details
242@cindex Redefined functions 242@cindex Redefined functions
@@ -266,7 +266,7 @@ and the following functions from @file{dired-aux.el}
266@code{dired-read-shell-command} 266@code{dired-read-shell-command}
267@end itemize 267@end itemize
268 268
269@node Installation, Optional Installation Dired Jump, Technical Details, Top 269@node Installation, Omitting Files in Dired, Introduction, Top
270@comment node-name, next, previous, up 270@comment node-name, next, previous, up
271@chapter Installation 271@chapter Installation
272 272
@@ -305,7 +305,7 @@ when you first type @kbd{C-x d}).
305@end menu 305@end menu
306@end ifinfo 306@end ifinfo
307 307
308@node Optional Installation Dired Jump, Optional Installation File At Point, Installation, Installation 308@node Optional Installation Dired Jump, Optional Installation File At Point, , Installation
309@comment node-name, next, previous, up 309@comment node-name, next, previous, up
310@section Optional Installation Dired Jump 310@section Optional Installation Dired Jump
311 311
@@ -379,7 +379,7 @@ loaded
379 )) 379 ))
380@end example 380@end example
381 381
382@node Omitting Files in Dired, Omitting Variables, , Top 382@node Omitting Files in Dired, Local Variables, Installation, Top
383@comment node-name, next, previous, up 383@comment node-name, next, previous, up
384@chapter Omitting Files in Dired 384@chapter Omitting Files in Dired
385 385
@@ -433,7 +433,7 @@ inside @code{dired-load-hook} (@pxref{Installation}) and then set
433@end menu 433@end menu
434@end ifinfo 434@end ifinfo
435 435
436@node Omitting Variables, Omitting Examples, Omitting Files in Dired, Omitting Files in Dired 436@node Omitting Variables, Omitting Examples, , Omitting Files in Dired
437@comment node-name, next, previous, up 437@comment node-name, next, previous, up
438 438
439@section Omitting Variables 439@section Omitting Variables
@@ -596,7 +596,7 @@ in the @code{dired-load-hook} (@pxref{Installation}).
596 596
597@end itemize 597@end itemize
598 598
599@node Omitting Technical, Local Variables, Omitting Examples, Omitting Files in Dired 599@node Omitting Technical, , Omitting Examples, Omitting Files in Dired
600@comment node-name, next, previous, up 600@comment node-name, next, previous, up
601@section Some Technical Details of Omitting 601@section Some Technical Details of Omitting
602 602
@@ -605,7 +605,7 @@ Loading @file{dired-x.el} will install Dired Omit by putting
605call @code{dired-extra-startup}, which in turn calls @code{dired-omit-startup} 605call @code{dired-extra-startup}, which in turn calls @code{dired-omit-startup}
606in your @code{dired-mode-hook}. 606in your @code{dired-mode-hook}.
607 607
608@node Local Variables, Shell Command Guessing, Omitting Technical, Top 608@node Local Variables, Shell Command Guessing, Omitting Files in Dired, Top
609@comment node-name, next, previous, up 609@comment node-name, next, previous, up
610@chapter Local Variables for Dired Directories 610@chapter Local Variables for Dired Directories
611 611
@@ -813,7 +813,7 @@ virtual Dired mode from the @code{auto-mode-alist}. To edit all
813The regexp is a bit more complicated than usual to exclude @file{.dired} 813The regexp is a bit more complicated than usual to exclude @file{.dired}
814local-variable files. 814local-variable files.
815 815
816@node Advanced Mark Commands, Advanced Cleaning Functions, Virtual Dired, Top 816@node Advanced Mark Commands, Multiple Dired Directories, Virtual Dired, Top
817@comment node-name, next, previous, up 817@comment node-name, next, previous, up
818@chapter Advanced Mark Commands 818@chapter Advanced Mark Commands
819 819
@@ -860,7 +860,7 @@ Flag all files with a certain extension for deletion. A @samp{.} is
860@end menu 860@end menu
861@end ifinfo 861@end ifinfo
862 862
863@node Advanced Cleaning Functions, Advanced Cleaning Variables, Advanced Mark Commands, Advanced Mark Commands 863@node Advanced Cleaning Functions, Advanced Cleaning Variables, , Advanced Mark Commands
864@comment node-name, next, previous, up 864@comment node-name, next, previous, up
865 865
866@section Advanced Cleaning Functions 866@section Advanced Cleaning Functions
@@ -934,7 +934,7 @@ Default: @code{(".blg" ".bbl")}
934List of extensions of dispensable files created by Bib@TeX{}. 934List of extensions of dispensable files created by Bib@TeX{}.
935@end table 935@end table
936 936
937@node Special Marking Function, Multiple Dired Directories, Advanced Cleaning Variables, Advanced Mark Commands 937@node Special Marking Function, , Advanced Cleaning Variables, Advanced Mark Commands
938@comment node-name, next, previous, up 938@comment node-name, next, previous, up
939 939
940@section Special Marking Function 940@section Special Marking Function
@@ -992,7 +992,7 @@ to mark all @file{.el} files without a corresponding @file{.elc} file.
992 992
993@end table 993@end table
994 994
995@node Multiple Dired Directories, Find File At Point, Special Marking Function, Top 995@node Multiple Dired Directories, Find File At Point, Advanced Mark Commands, Top
996@comment node-name, next, previous, up 996@comment node-name, next, previous, up
997@chapter Multiple Dired Directories and Non-Dired Commands 997@chapter Multiple Dired Directories and Non-Dired Commands
998 998