diff options
| author | Eli Zaretskii | 2006-05-06 13:04:53 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-05-06 13:04:53 +0000 |
| commit | d6d7b06bbbb7b4b0d2eb5b2a499dfc60808c4465 (patch) | |
| tree | 8e266ca131deeb208c4eb917579fea252fb1eb96 | |
| parent | b2f68d9562513e51fa84d718c39d9f6f4ad0a0d5 (diff) | |
| download | emacs-d6d7b06bbbb7b4b0d2eb5b2a499dfc60808c4465.tar.gz emacs-d6d7b06bbbb7b4b0d2eb5b2a499dfc60808c4465.zip | |
(Standard Hooks): Replace inforef to emacs-xtra by conditional xref's to
either emacs or emacs-xtra, depending on @iftex/@ifnottex.
| -rw-r--r-- | lispref/hooks.texi | 71 |
1 files changed, 61 insertions, 10 deletions
diff --git a/lispref/hooks.texi b/lispref/hooks.texi index 562d728339e..4dcc5f5b51c 100644 --- a/lispref/hooks.texi +++ b/lispref/hooks.texi | |||
| @@ -87,7 +87,13 @@ or their values are used). The variables whose names end in | |||
| 87 | @xref{Lazy Properties}. | 87 | @xref{Lazy Properties}. |
| 88 | 88 | ||
| 89 | @item calendar-load-hook | 89 | @item calendar-load-hook |
| 90 | @inforef{Calendar Customizing,, emacs-xtra}. | 90 | @iftex |
| 91 | @xref{Calendar Customizing,,, emacs-xtra}. | ||
| 92 | @end iftex | ||
| 93 | @ifnottex | ||
| 94 | @xref{Calendar Customizing,,, emacs}. | ||
| 95 | @end ifnottex | ||
| 96 | |||
| 91 | 97 | ||
| 92 | @item change-major-mode-hook | 98 | @item change-major-mode-hook |
| 93 | @xref{Creating Buffer-Local}. | 99 | @xref{Creating Buffer-Local}. |
| @@ -124,7 +130,12 @@ is useful for truncating history lists, for example. @xref{Saving | |||
| 124 | Emacs Sessions,, Saving Emacs Sessions, emacs, the GNU Emacs Manual}. | 130 | Emacs Sessions,, Saving Emacs Sessions, emacs, the GNU Emacs Manual}. |
| 125 | 131 | ||
| 126 | @item diary-display-hook | 132 | @item diary-display-hook |
| 127 | @inforef{Fancy Diary Display,, emacs-xtra}. | 133 | @iftex |
| 134 | @xref{Fancy Diary Display,,, emacs-xtra}. | ||
| 135 | @end iftex | ||
| 136 | @ifnottex | ||
| 137 | @xref{Fancy Diary Display,,, emacs}. | ||
| 138 | @end ifnottex | ||
| 128 | 139 | ||
| 129 | @item diary-hook | 140 | @item diary-hook |
| 130 | List of functions called after the display of the diary. Can be used | 141 | List of functions called after the display of the diary. Can be used |
| @@ -170,7 +181,12 @@ for appointment notification. | |||
| 170 | @xref{Other Font Lock Variables}. | 181 | @xref{Other Font Lock Variables}. |
| 171 | 182 | ||
| 172 | @item initial-calendar-window-hook | 183 | @item initial-calendar-window-hook |
| 173 | @inforef{Calendar Customizing,, emacs-xtra}. | 184 | @iftex |
| 185 | @xref{Calendar Customizing,,, emacs-xtra}. | ||
| 186 | @end iftex | ||
| 187 | @ifnottex | ||
| 188 | @xref{Calendar Customizing,,, emacs}. | ||
| 189 | @end ifnottex | ||
| 174 | 190 | ||
| 175 | @item kbd-macro-termination-hook | 191 | @item kbd-macro-termination-hook |
| 176 | @xref{Keyboard Macros}. | 192 | @xref{Keyboard Macros}. |
| @@ -190,14 +206,24 @@ for appointment notification. | |||
| 190 | @item lisp-indent-function | 206 | @item lisp-indent-function |
| 191 | 207 | ||
| 192 | @item list-diary-entries-hook | 208 | @item list-diary-entries-hook |
| 193 | @inforef{Fancy Diary Display,, emacs-xtra}. | 209 | @iftex |
| 210 | @xref{Fancy Diary Display,,, emacs-xtra}. | ||
| 211 | @end iftex | ||
| 212 | @ifnottex | ||
| 213 | @xref{Fancy Diary Display,,, emacs}. | ||
| 214 | @end ifnottex | ||
| 194 | 215 | ||
| 195 | @item mail-setup-hook | 216 | @item mail-setup-hook |
| 196 | @xref{Mail Mode Misc,, Mail Mode Miscellany, emacs, the GNU Emacs | 217 | @xref{Mail Mode Misc,, Mail Mode Miscellany, emacs, the GNU Emacs |
| 197 | Manual}. | 218 | Manual}. |
| 198 | 219 | ||
| 199 | @item mark-diary-entries-hook | 220 | @item mark-diary-entries-hook |
| 200 | @inforef{Fancy Diary Display,, emacs-xtra}. | 221 | @iftex |
| 222 | @xref{Fancy Diary Display,,, emacs-xtra}. | ||
| 223 | @end iftex | ||
| 224 | @ifnottex | ||
| 225 | @xref{Fancy Diary Display,,, emacs}. | ||
| 226 | @end ifnottex | ||
| 201 | 227 | ||
| 202 | @item menu-bar-update-hook | 228 | @item menu-bar-update-hook |
| 203 | @xref{Menu Bar}. | 229 | @xref{Menu Bar}. |
| @@ -212,10 +238,20 @@ Manual}. | |||
| 212 | @xref{Mouse Position}. | 238 | @xref{Mouse Position}. |
| 213 | 239 | ||
| 214 | @item nongregorian-diary-listing-hook | 240 | @item nongregorian-diary-listing-hook |
| 215 | @inforef{Hebrew/Islamic Entries,, emacs-xtra}. | 241 | @iftex |
| 242 | @xref{Hebrew/Islamic Entries,,, emacs-xtra}. | ||
| 243 | @end iftex | ||
| 244 | @ifnottex | ||
| 245 | @xref{Hebrew/Islamic Entries,,, emacs}. | ||
| 246 | @end ifnottex | ||
| 216 | 247 | ||
| 217 | @item nongregorian-diary-marking-hook | 248 | @item nongregorian-diary-marking-hook |
| 218 | @inforef{Hebrew/Islamic Entries,, emacs-xtra}. | 249 | @iftex |
| 250 | @xref{Hebrew/Islamic Entries,,, emacs-xtra}. | ||
| 251 | @end iftex | ||
| 252 | @ifnottex | ||
| 253 | @xref{Hebrew/Islamic Entries,,, emacs}. | ||
| 254 | @end ifnottex | ||
| 219 | 255 | ||
| 220 | @item occur-hook | 256 | @item occur-hook |
| 221 | 257 | ||
| @@ -229,7 +265,12 @@ Manual}. | |||
| 229 | @xref{Command Overview}. | 265 | @xref{Command Overview}. |
| 230 | 266 | ||
| 231 | @item print-diary-entries-hook | 267 | @item print-diary-entries-hook |
| 232 | @inforef{Diary Customizing,, emacs-xtra}. | 268 | @iftex |
| 269 | @xref{Diary Customizing,,, emacs-xtra}. | ||
| 270 | @end iftex | ||
| 271 | @ifnottex | ||
| 272 | @xref{Diary Customizing,,, emacs}. | ||
| 273 | @end ifnottex | ||
| 233 | 274 | ||
| 234 | @item redisplay-end-trigger-functions | 275 | @item redisplay-end-trigger-functions |
| 235 | @xref{Window Hooks}. | 276 | @xref{Window Hooks}. |
| @@ -255,10 +296,20 @@ Manual}. | |||
| 255 | @xref{Terminal-Specific}. | 296 | @xref{Terminal-Specific}. |
| 256 | 297 | ||
| 257 | @item today-visible-calendar-hook | 298 | @item today-visible-calendar-hook |
| 258 | @inforef{Calendar Customizing,, emacs-xtra}. | 299 | @iftex |
| 300 | @xref{Calendar Customizing,,, emacs-xtra}. | ||
| 301 | @end iftex | ||
| 302 | @ifnottex | ||
| 303 | @xref{Calendar Customizing,,, emacs}. | ||
| 304 | @end ifnottex | ||
| 259 | 305 | ||
| 260 | @item today-invisible-calendar-hook | 306 | @item today-invisible-calendar-hook |
| 261 | @inforef{Calendar Customizing,, emacs-xtra}. | 307 | @iftex |
| 308 | @xref{Calendar Customizing,,, emacs-xtra}. | ||
| 309 | @end iftex | ||
| 310 | @ifnottex | ||
| 311 | @xref{Calendar Customizing,,, emacs}. | ||
| 312 | @end ifnottex | ||
| 262 | 313 | ||
| 263 | @item window-configuration-change-hook | 314 | @item window-configuration-change-hook |
| 264 | @xref{Window Hooks}. | 315 | @xref{Window Hooks}. |