all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#9125: eval-after-load docstring precision
@ 2011-07-19 23:20 jidanni
  2011-09-11  2:57 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: jidanni @ 2011-07-19 23:20 UTC (permalink / raw)
  To: 9125

This language is not precise enough:

    eval-after-load is a compiled Lisp function in `subr.el'.

    (eval-after-load FILE FORM)

    Arrange that, if FILE is ever loaded, FORM will be run at that time.
    If FILE is already loaded, evaluate FORM right now.


'FORM will be run AT that time.'
So the function would be called eval-at-load... sort of like "meet you
at the party" what ever that means order-wise.

So the line should say:
    Arrange that, if FILE is ever loaded, FORM will be run *immediately afterward*.






^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#9125: eval-after-load docstring precision
  2011-07-19 23:20 bug#9125: eval-after-load docstring precision jidanni
@ 2011-09-11  2:57 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-09-11  2:57 UTC (permalink / raw)
  To: jidanni; +Cc: 9125

jidanni@jidanni.org writes:

> So the line should say:
>     Arrange that, if FILE is ever loaded, FORM will be run *immediately afterward*.

Ok; done.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-11  2:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-19 23:20 bug#9125: eval-after-load docstring precision jidanni
2011-09-11  2:57 ` Lars Magne Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.