mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 01:34:21 +00:00
[iftex]: Replace @xref's to emacs-xtra with @inforef's.
This commit is contained in:
parent
8e3c5bf0d7
commit
eca2d6cd30
3 changed files with 15 additions and 11 deletions
|
|
@ -481,7 +481,7 @@ mode in this buffer, as long as it is not marked modified. Global
|
|||
Auto Revert mode applies to the @samp{*Buffer List*} buffer only if
|
||||
@code{global-auto-revert-non-file-buffers} is non-@code{nil}.
|
||||
@iftex
|
||||
@xref{Autorevert,,, emacs-xtra, Specialized Emacs Features}, for details.
|
||||
@inforef{Autorevert,, emacs-xtra}, for details.
|
||||
@end iftex
|
||||
@ifnottex
|
||||
@xref{Autorevert, global-auto-revert-non-file-buffers}, for details.
|
||||
|
|
|
|||
|
|
@ -323,7 +323,13 @@ method to conditionalize them.
|
|||
subprocesses; to work around this lack, @kbd{M-x compile} runs the
|
||||
compilation command synchronously on MS-DOS. As a consequence, you must
|
||||
wait until the command finishes before you can do anything else in
|
||||
Emacs. @xref{MS-DOS,,,emacs-xtra,Specialized Emacs Features}.
|
||||
Emacs.
|
||||
@iftex
|
||||
@inforef{MS-DOS,,emacs-xtra}.
|
||||
@end iftex
|
||||
@ifnottex
|
||||
@xref{MS-DOS}.
|
||||
@end ifnottex
|
||||
|
||||
@node Grep Searching
|
||||
@section Searching with Grep under Emacs
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@ the calendar, type @kbd{q}.
|
|||
|
||||
@iftex
|
||||
This chapter describes the basic calendar features.
|
||||
@xref{Advanced Calendar/Diary Usage,,, emacs-xtra, Specialized Emacs
|
||||
Features}, for information about more specialized features.
|
||||
@inforef{Advanced Calendar/Diary Usage,, emacs-xtra}, for information
|
||||
about more specialized features.
|
||||
@end iftex
|
||||
|
||||
@menu
|
||||
|
|
@ -451,8 +451,7 @@ calendar, use the @kbd{x} command. This displays the dates that are
|
|||
holidays in a different face (or places a @samp{*} after these dates, if
|
||||
display with multiple faces is not available).
|
||||
@iftex
|
||||
@xref{Calendar Customizing, calendar-holiday-marker,, emacs-xtra,
|
||||
Specialized Emacs Features}.
|
||||
@inforef{Calendar Customizing, calendar-holiday-marker, emacs-xtra}.
|
||||
@end iftex
|
||||
@ifnottex
|
||||
@xref{Calendar Customizing, calendar-holiday-marker}.
|
||||
|
|
@ -1042,8 +1041,7 @@ the @kbd{m} command. This displays the dates that have diary entries in
|
|||
a different face (or places a @samp{+} after these dates, if display
|
||||
with multiple faces is not available).
|
||||
@iftex
|
||||
@xref{Calendar Customizing, diary-entry-marker,, emacs-xtra,
|
||||
Specialized Emacs Features}.
|
||||
@inforef{Calendar Customizing, diary-entry-marker, emacs-xtra}.
|
||||
@end iftex
|
||||
@ifnottex
|
||||
@xref{Calendar Customizing, diary-entry-marker}.
|
||||
|
|
@ -1074,7 +1072,7 @@ date, independently of the calendar display, and optionally for the next
|
|||
few days as well; the variable @code{number-of-diary-entries} specifies
|
||||
how many days to include.
|
||||
@iftex
|
||||
@xref{Diary Customizing,,, emacs-xtra, Specialized Emacs Features}.
|
||||
@inforef{Diary Customizing,, emacs-xtra}.
|
||||
@end iftex
|
||||
@ifnottex
|
||||
@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
|
|||
marking the entry in the calendar. Most generally, sexp diary entries
|
||||
can perform arbitrary computations to determine when they apply.
|
||||
@iftex
|
||||
@xref{Sexp Diary Entries,,, emacs-xtra, Specialized Emacs Features}.
|
||||
@inforef{Sexp Diary Entries,, emacs-xtra}.
|
||||
@end iftex
|
||||
@ifnottex
|
||||
@inforef{Sexp Diary Entries}.
|
||||
|
|
@ -1509,7 +1507,7 @@ and adds the results to an Emacs diary file. For example:
|
|||
You can use an @code{#include} directive to add the import file contents
|
||||
to the main diary file, if these are different files.
|
||||
@iftex
|
||||
@xref{Fancy Diary Display,,, emacs-xtra, Specialized Emacs Features}.
|
||||
@inforef{Fancy Diary Display,, emacs-xtra}.
|
||||
@end iftex
|
||||
@ifnottex
|
||||
@xref{Fancy Diary Display}.
|
||||
|
|
|
|||
Loading…
Reference in a new issue