diff options
| author | Eli Zaretskii | 2006-05-06 15:24:42 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-05-06 15:24:42 +0000 |
| commit | 9dc999d38016d4e92ac753be176fbc3b95bcf536 (patch) | |
| tree | 0d4935455a053ec0567121a9c2d1a674026416c6 | |
| parent | 415053a111c8a62578a7f74eade988f4c40eb09c (diff) | |
| download | emacs-9dc999d38016d4e92ac753be176fbc3b95bcf536.tar.gz emacs-9dc999d38016d4e92ac753be176fbc3b95bcf536.zip | |
msdog.texi (Microsoft Windows):
calendar.texi (Calendar/Diary, Displaying the Diary)
(Special Diary Entries, Importing Diary):
programs.texi (Program Modes):
text.texi (Text):
buffers.texi (Several Buffers):
files.texi (Comparing Files): Fix cross-references to emacs-xtra.
| -rw-r--r-- | man/buffers.texi | 2 | ||||
| -rw-r--r-- | man/calendar.texi | 10 | ||||
| -rw-r--r-- | man/files.texi | 2 | ||||
| -rw-r--r-- | man/msdog.texi | 2 | ||||
| -rw-r--r-- | man/programs.texi | 2 | ||||
| -rw-r--r-- | man/text.texi | 2 |
6 files changed, 10 insertions, 10 deletions
diff --git a/man/buffers.texi b/man/buffers.texi index 693352248f5..548a9c9cb2c 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 | |||
| 481 | Auto Revert mode applies to the @samp{*Buffer List*} buffer only if | 481 | Auto 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}, for details. | 484 | @xref{Autorevert,,, emacs-xtra, Specialized Emacs Features}, 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/calendar.texi b/man/calendar.texi index 79f2624192d..d3c9056c02c 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}, for information | 29 | @xref{Advanced Calendar/Diary Usage,,, emacs-xtra, Specialized Emacs |
| 30 | about more specialized features. | 30 | Features}, for information about more specialized features. |
| 31 | @end iftex | 31 | @end iftex |
| 32 | 32 | ||
| 33 | @menu | 33 | @menu |
| @@ -1072,7 +1072,7 @@ date, independently of the calendar display, and optionally for the next | |||
| 1072 | few days as well; the variable @code{number-of-diary-entries} specifies | 1072 | few days as well; the variable @code{number-of-diary-entries} specifies |
| 1073 | how many days to include. | 1073 | how many days to include. |
| 1074 | @iftex | 1074 | @iftex |
| 1075 | @xref{Diary Customizing,,, emacs-xtra}. | 1075 | @xref{Diary Customizing,,, emacs-xtra, Specialized Emacs Features}. |
| 1076 | @end iftex | 1076 | @end iftex |
| 1077 | @ifnottex | 1077 | @ifnottex |
| 1078 | @xref{Diary Customizing, number-of-diary-entries}. | 1078 | @xref{Diary Customizing, number-of-diary-entries}. |
| @@ -1382,7 +1382,7 @@ specifying the name of a face or a single-character string to use when | |||
| 1382 | marking the entry in the calendar. Most generally, sexp diary entries | 1382 | marking the entry in the calendar. Most generally, sexp diary entries |
| 1383 | can perform arbitrary computations to determine when they apply. | 1383 | can perform arbitrary computations to determine when they apply. |
| 1384 | @iftex | 1384 | @iftex |
| 1385 | @xref{Sexp Diary Entries,,, emacs-xtra}. | 1385 | @xref{Sexp Diary Entries,,, emacs-xtra, Specialized Emacs Features}. |
| 1386 | @end iftex | 1386 | @end iftex |
| 1387 | @ifnottex | 1387 | @ifnottex |
| 1388 | @inforef{Sexp Diary Entries}. | 1388 | @inforef{Sexp Diary Entries}. |
| @@ -1507,7 +1507,7 @@ and adds the results to an Emacs diary file. For example: | |||
| 1507 | You can use an @code{#include} directive to add the import file contents | 1507 | You can use an @code{#include} directive to add the import file contents |
| 1508 | to the main diary file, if these are different files. | 1508 | to the main diary file, if these are different files. |
| 1509 | @iftex | 1509 | @iftex |
| 1510 | @xref{Fancy Diary Display,,, emacs-xtra}. | 1510 | @xref{Fancy Diary Display,,, emacs-xtra, Specialized Emacs Features}. |
| 1511 | @end iftex | 1511 | @end iftex |
| 1512 | @ifnottex | 1512 | @ifnottex |
| 1513 | @xref{Fancy Diary Display}. | 1513 | @xref{Fancy Diary Display}. |
diff --git a/man/files.texi b/man/files.texi index de9663471f2..010f038365e 100644 --- a/man/files.texi +++ b/man/files.texi | |||
| @@ -2311,7 +2311,7 @@ mode provides commands to resolve conflicts by selecting specific | |||
| 2311 | changes. | 2311 | changes. |
| 2312 | 2312 | ||
| 2313 | @iftex | 2313 | @iftex |
| 2314 | @xref{Emerge,,, emacs-xtra}, | 2314 | @xref{Emerge,,, emacs-xtra, Specialized Emacs Features}, |
| 2315 | @end iftex | 2315 | @end iftex |
| 2316 | @ifnottex | 2316 | @ifnottex |
| 2317 | @xref{Emerge}, | 2317 | @xref{Emerge}, |
diff --git a/man/msdog.texi b/man/msdog.texi index dcb67107999..0dfb57ffdc9 100644 --- a/man/msdog.texi +++ b/man/msdog.texi | |||
| @@ -13,7 +13,7 @@ older MS-DOS ``operating system'' (also known as ``MS-DOG''). | |||
| 13 | However, Emacs features that are relevant @emph{only} to MS-DOS are | 13 | However, Emacs features that are relevant @emph{only} to MS-DOS are |
| 14 | described in a separate | 14 | described in a separate |
| 15 | @iftex | 15 | @iftex |
| 16 | manual (@pxref{MS-DOS,,, emacs-xtra}). | 16 | manual (@pxref{MS-DOS,,, emacs-xtra, Specialized Emacs Features}). |
| 17 | @end iftex | 17 | @end iftex |
| 18 | @ifnottex | 18 | @ifnottex |
| 19 | section (@pxref{MS-DOS}). | 19 | section (@pxref{MS-DOS}). |
diff --git a/man/programs.texi b/man/programs.texi index 63b694f2709..dda396f542c 100644 --- a/man/programs.texi +++ b/man/programs.texi | |||
| @@ -114,7 +114,7 @@ Mode, ada-mode, Ada Mode}), C/C++/Objective C/Java/Corba IDL/Pike/AWK | |||
| 114 | (@pxref{Top, , IDLWAVE, idlwave, IDLWAVE User Manual}). For Fortran | 114 | (@pxref{Top, , IDLWAVE, idlwave, IDLWAVE User Manual}). For Fortran |
| 115 | mode, see | 115 | mode, see |
| 116 | @iftex | 116 | @iftex |
| 117 | @ref{Fortran,,, emacs-xtra}. | 117 | @ref{Fortran,,, emacs-xtra, Specialized Emacs Features}. |
| 118 | @end iftex | 118 | @end iftex |
| 119 | @ifnottex | 119 | @ifnottex |
| 120 | @ref{Fortran}. | 120 | @ref{Fortran}. |
diff --git a/man/text.texi b/man/text.texi index 06cc7cfd409..f9b1d312453 100644 --- a/man/text.texi +++ b/man/text.texi | |||
| @@ -56,7 +56,7 @@ Then the formatting appears on the screen in Emacs while you edit. | |||
| 56 | referred to as ``ASCII art''), use @kbd{M-x edit-picture} to enter | 56 | referred to as ``ASCII art''), use @kbd{M-x edit-picture} to enter |
| 57 | Picture mode, a special major mode for editing such pictures. | 57 | Picture mode, a special major mode for editing such pictures. |
| 58 | @iftex | 58 | @iftex |
| 59 | @xref{Picture Mode,,, emacs-xtra}. | 59 | @xref{Picture Mode,,, emacs-xtra, Specialized Emacs Features}. |
| 60 | @end iftex | 60 | @end iftex |
| 61 | @ifnottex | 61 | @ifnottex |
| 62 | @xref{Picture Mode}. | 62 | @xref{Picture Mode}. |