emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: maphash: improve docstring


From: Stefan Monnier
Subject: Re: maphash: improve docstring
Date: Tue, 29 Mar 2016 08:55:08 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)

> it will be passed to the function, but maybe not.  And if an entry is
> modified during the loop, then it will be passed to the function
> (exactly once) and the value passed will be the one that happens to be
> current when the function is called.

More specifically, you're guaranteed when entering the function that the
key you've received does currently exist in the table and is currently
associated with the value you just received.


        Stefan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]