aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2006-05-12 18:44:58 +0000
committerEli Zaretskii2006-05-12 18:44:58 +0000
commiteca2d6cd3030a06a42f37ba2124ddf4a6b93ffd9 (patch)
tree796340311fbaeaf4e81b31d85b23501873ec6140
parent8e3c5bf0d75152d17eb1d1544abbe4dfc74be876 (diff)
downloademacs-eca2d6cd3030a06a42f37ba2124ddf4a6b93ffd9.tar.gz
emacs-eca2d6cd3030a06a42f37ba2124ddf4a6b93ffd9.zip
[iftex]: Replace @xref's to emacs-xtra with @inforef's.
-rw-r--r--man/buffers.texi2
-rw-r--r--man/building.texi8
-rw-r--r--man/calendar.texi16
3 files changed, 15 insertions, 11 deletions
diff --git a/man/buffers.texi b/man/buffers.texi
index 548a9c9cb2c..da05b979ed0 100644
--- a/man/buffers.texi
+++ b/man/buffers.texi
@@ -481,7 +481,7 @@ mode in this buffer, as long as it is not marked modified. Global
481Auto Revert mode applies to the @samp{*Buffer List*} buffer only if 481Auto Revert mode applies to the @samp{*Buffer List*} buffer only if
482@code{global-auto-revert-non-file-buffers} is non-@code{nil}. 482@code{global-auto-revert-non-file-buffers} is non-@code{nil}.
483@iftex 483@iftex
484@xref{Autorevert,,, emacs-xtra, Specialized Emacs Features}, for details. 484@inforef{Autorevert,, emacs-xtra}, for details.
485@end iftex 485@end iftex
486@ifnottex 486@ifnottex
487@xref{Autorevert, global-auto-revert-non-file-buffers}, for details. 487@xref{Autorevert, global-auto-revert-non-file-buffers}, for details.
diff --git a/man/building.texi b/man/building.texi
index 8feebe3bd99..82dd4cb7d46 100644
--- a/man/building.texi
+++ b/man/building.texi
@@ -323,7 +323,13 @@ method to conditionalize them.
323subprocesses; to work around this lack, @kbd{M-x compile} runs the 323subprocesses; to work around this lack, @kbd{M-x compile} runs the
324compilation command synchronously on MS-DOS. As a consequence, you must 324compilation command synchronously on MS-DOS. As a consequence, you must
325wait until the command finishes before you can do anything else in 325wait until the command finishes before you can do anything else in
326Emacs. @xref{MS-DOS,,,emacs-xtra,Specialized Emacs Features}. 326Emacs.
327@iftex
328@inforef{MS-DOS,,emacs-xtra}.
329@end iftex
330@ifnottex
331@xref{MS-DOS}.
332@end ifnottex
327 333
328@node Grep Searching 334@node Grep Searching
329@section Searching with Grep under Emacs 335@section Searching with Grep under Emacs
diff --git a/man/calendar.texi b/man/calendar.texi
index cbe1cbc8a6e..806c3150c16 100644
--- a/man/calendar.texi
+++ b/man/calendar.texi
@@ -26,8 +26,8 @@ the calendar, type @kbd{q}.
26 26
27@iftex 27@iftex
28 This chapter describes the basic calendar features. 28 This chapter describes the basic calendar features.
29@xref{Advanced Calendar/Diary Usage,,, emacs-xtra, Specialized Emacs 29@inforef{Advanced Calendar/Diary Usage,, emacs-xtra}, for information
30Features}, for information about more specialized features. 30about more specialized features.
31@end iftex 31@end iftex
32 32
33@menu 33@menu
@@ -451,8 +451,7 @@ calendar, use the @kbd{x} command. This displays the dates that are
451holidays in a different face (or places a @samp{*} after these dates, if 451holidays in a different face (or places a @samp{*} after these dates, if
452display with multiple faces is not available). 452display with multiple faces is not available).
453@iftex 453@iftex
454@xref{Calendar Customizing, calendar-holiday-marker,, emacs-xtra, 454@inforef{Calendar Customizing, calendar-holiday-marker, emacs-xtra}.
455Specialized Emacs Features}.
456@end iftex 455@end iftex
457@ifnottex 456@ifnottex
458@xref{Calendar Customizing, calendar-holiday-marker}. 457@xref{Calendar Customizing, calendar-holiday-marker}.
@@ -1042,8 +1041,7 @@ the @kbd{m} command. This displays the dates that have diary entries in
1042a different face (or places a @samp{+} after these dates, if display 1041a different face (or places a @samp{+} after these dates, if display
1043with multiple faces is not available). 1042with multiple faces is not available).
1044@iftex 1043@iftex
1045@xref{Calendar Customizing, diary-entry-marker,, emacs-xtra, 1044@inforef{Calendar Customizing, diary-entry-marker, emacs-xtra}.
1046Specialized Emacs Features}.
1047@end iftex 1045@end iftex
1048@ifnottex 1046@ifnottex
1049@xref{Calendar Customizing, diary-entry-marker}. 1047@xref{Calendar Customizing, diary-entry-marker}.
@@ -1074,7 +1072,7 @@ date, independently of the calendar display, and optionally for the next
1074few days as well; the variable @code{number-of-diary-entries} specifies 1072few days as well; the variable @code{number-of-diary-entries} specifies
1075how many days to include. 1073how many days to include.
1076@iftex 1074@iftex
1077@xref{Diary Customizing,,, emacs-xtra, Specialized Emacs Features}. 1075@inforef{Diary Customizing,, emacs-xtra}.
1078@end iftex 1076@end iftex
1079@ifnottex 1077@ifnottex
1080@xref{Diary Customizing, number-of-diary-entries}. 1078@xref{Diary Customizing, number-of-diary-entries}.
@@ -1384,7 +1382,7 @@ specifying the name of a face or a single-character string to use when
1384marking the entry in the calendar. Most generally, sexp diary entries 1382marking the entry in the calendar. Most generally, sexp diary entries
1385can perform arbitrary computations to determine when they apply. 1383can perform arbitrary computations to determine when they apply.
1386@iftex 1384@iftex
1387@xref{Sexp Diary Entries,,, emacs-xtra, Specialized Emacs Features}. 1385@inforef{Sexp Diary Entries,, emacs-xtra}.
1388@end iftex 1386@end iftex
1389@ifnottex 1387@ifnottex
1390@inforef{Sexp Diary Entries}. 1388@inforef{Sexp Diary Entries}.
@@ -1509,7 +1507,7 @@ and adds the results to an Emacs diary file. For example:
1509You can use an @code{#include} directive to add the import file contents 1507You can use an @code{#include} directive to add the import file contents
1510to the main diary file, if these are different files. 1508to the main diary file, if these are different files.
1511@iftex 1509@iftex
1512@xref{Fancy Diary Display,,, emacs-xtra, Specialized Emacs Features}. 1510@inforef{Fancy Diary Display,, emacs-xtra}.
1513@end iftex 1511@end iftex
1514@ifnottex 1512@ifnottex
1515@xref{Fancy Diary Display}. 1513@xref{Fancy Diary Display}.