summaryrefslogtreecommitdiff
path: root/doc/emacs/cal-xtra.texi
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-02-15 23:22:57 -0800
committerGlenn Morris <rgm@gnu.org>2012-02-15 23:22:57 -0800
commit5f9756eca75a4dddb2299b0014345405421bbe78 (patch)
tree43c053daa337c48d7bca9bcda3d471fd64356b08 /doc/emacs/cal-xtra.texi
parent3b19a30db8b5fcbf64b238beecfbb0804159fd53 (diff)
downloademacs-5f9756eca75a4dddb2299b0014345405421bbe78.tar.gz
Fix some emacs-xtra.pdf cross-references to other manuals
* doc/emacs/vc1-xtra.texi (VC Delete/Rename, CVS Options): * doc/emacs/cal-xtra.texi (Diary Display): Fix TeX cross-refs to other manuals.
Diffstat (limited to 'doc/emacs/cal-xtra.texi')
-rw-r--r--doc/emacs/cal-xtra.texi16
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/emacs/cal-xtra.texi b/doc/emacs/cal-xtra.texi
index 4d37672b6ca..1932a1f82bd 100644
--- a/doc/emacs/cal-xtra.texi
+++ b/doc/emacs/cal-xtra.texi
@@ -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.