]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix some emacs-xtra.pdf cross-references to other manuals
authorGlenn Morris <rgm@gnu.org>
Thu, 16 Feb 2012 07:22:57 +0000 (23:22 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 16 Feb 2012 07:22:57 +0000 (23:22 -0800)
* doc/emacs/vc1-xtra.texi (VC Delete/Rename, CVS Options):
* doc/emacs/cal-xtra.texi (Diary Display):
Fix TeX cross-refs to other manuals.

doc/emacs/ChangeLog
doc/emacs/cal-xtra.texi
doc/emacs/vc1-xtra.texi

index 1be52012837f250aa6607eadbd1433637365c69e..d60ae39d24feec13141eac572dcf58f53457ce20 100644 (file)
@@ -1,5 +1,8 @@
 2012-02-16  Glenn Morris  <rgm@gnu.org>
 
+       * vc1-xtra.texi (VC Delete/Rename, CVS Options):
+       * cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
+
        * dired-xtra.texi (Subdir Switches): Small fixes.
 
        * fortran-xtra.texi: Tiny changes and some adjustments to line breaks.
index 4d37672b6cad840a1ca54ec0ae3359e2e49b3862..1932a1f82bdbcb8bc1a87ea407f43fce0b2b21f9 100644 (file)
@@ -538,7 +538,13 @@ are no diary entries, even if that day is a holiday.  If you want such
 days to be shown in the fancy diary buffer, set the variable
 @code{diary-list-include-blanks} to @code{t}.@refill
 
-  The fancy diary buffer enables View mode (@pxref{View Mode}).
+  The fancy diary buffer enables View mode
+@iftex
+(@pxref{View Mode,,, emacs, the Emacs Manual}).
+@end iftex
+@ifnottex
+(@pxref{View Mode}).
+@end ifnottex
 
   The alternative display method @code{diary-simple-display} shows the
 actual diary buffer, and uses invisible text to hide entries that don't
@@ -569,7 +575,13 @@ display, the other irrelevant entries are really absent, not just
 hidden.  After preparing the buffer, it runs the hook
 @code{diary-print-entries-hook}.  The default value of this hook sends
 the data directly to the printer with the command @code{lpr-buffer}
-(@pxref{Printing}).  If you want to use a different command to do the
+@iftex
+(@pxref{Printing,,, emacs, the Emacs Manual}).
+@end iftex
+@ifnottex
+(@pxref{Printing}).
+@end ifnottex
+If you want to use a different command to do the
 printing, just change the value of this hook.  Other uses might include,
 for example, rearranging the lines into order by day and time.
 
index 48b902f18c1e167d58755cf6176107495c2b470c..cd5ed206dd61a39a17ceb413ecabf9bcf0eb094a 100644 (file)
@@ -123,7 +123,7 @@ working tree, and schedule the renaming for committing.
 it via the version control system.  The file is removed from the
 working tree, and in the VC Directory buffer
 @iftex
-(@pxref{VC Directory Mode}),
+(@pxref{VC Directory Mode,,, emacs, the Emacs Manual}),
 @end iftex
 @ifnottex
 (@pxref{VC Directory Mode}),
@@ -438,4 +438,10 @@ difference is that the ``manual'' version backups made by @kbd{C-x v
 locking-like behavior using its @env{CVSREAD} or @dfn{watch} feature;
 see the CVS documentation for details.  If that case, you can use
 @kbd{C-x v v} in Emacs to toggle locking, as you would for a
-locking-based version control system (@pxref{VC With A Locking VCS}).
+locking-based version control system
+@iftex
+(@pxref{VC With A Locking VCS,,,emacs, the Emacs Manual}).
+@end iftex
+@ifnottex
+(@pxref{VC With A Locking VCS}).
+@end ifnottex