]> git.eshelyaron.com Git - emacs.git/commit
Replace doc references to load-hooks
authorGlenn Morris <rgm@gnu.org>
Fri, 17 Jan 2020 05:53:37 +0000 (21:53 -0800)
committerGlenn Morris <rgm@gnu.org>
Fri, 17 Jan 2020 05:53:37 +0000 (21:53 -0800)
commite135414b271e71c16e28efc2e3f29b803ab67424
treee124d1661f105225a2f8d8074c8f4b1ff48cd712
parente32bae617788bc22f2d6643d920ebcafa70a002d
Replace doc references to load-hooks

with-eval-after-load is a cleaner, standard feature that works
for every file
* doc/misc/calc.texi (Hooks):
* doc/misc/dired-x.texi (Installation)
(Optional Installation File At Point, Omitting Files in Dired)
(Omitting Examples, Find File At Point):
* doc/misc/ediff.texi (Hooks, Selective Browsing)
(Highlighting Difference Regions):
* doc/misc/efaq.texi (Disabling backups):
* doc/misc/gnus.texi (Startup Variables):
* doc/misc/idlwave.texi (Structure Tag Completion, Misc Options):
* doc/misc/org.texi (Handling Links):
* doc/misc/reftex.texi (Key Bindings, Keymaps and Hooks):
* doc/misc/sem-user.texi (Speedbar):
* doc/misc/speedbar.texi (Hooks, Minor Display Modes):
* doc/misc/viper.texi (Rudimentary Changes):
Replace load-hooks with with-eval-after-load
doc/misc/calc.texi
doc/misc/dired-x.texi
doc/misc/ediff.texi
doc/misc/efaq.texi
doc/misc/gnus.texi
doc/misc/idlwave.texi
doc/misc/org.texi
doc/misc/reftex.texi
doc/misc/sem-user.texi
doc/misc/speedbar.texi
doc/misc/viper.texi