]> code.delx.au - gnu-emacs/blobdiff - doc/emacs/text.texi
Transform mentions of `eval-after-load' to `with-eval-after-load'
[gnu-emacs] / doc / emacs / text.texi
index e19925025d7d889ca7edcd8c433caa56427ab533..66f01b495d1a0436fc195862cff65d5715197ba6 100644 (file)
@@ -1302,7 +1302,8 @@ it in order for this to take effect.
 automatically by putting the following in your init file:
 
 @example
-(eval-after-load "outline" '(require 'foldout))
+(with-eval-after-load "outline"
+  (require 'foldout))
 @end example
 
 @node Org Mode