all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#39789: eieio Info misspells slot name in eieio-instance-tracker
@ 2020-02-25 16:05 akater
  2020-02-26 17:20 ` Eric Abrahamsen
  0 siblings, 1 reply; 4+ messages in thread
From: akater @ 2020-02-25 16:05 UTC (permalink / raw)
  To: 39789

I'm using Emacs 28 from git master.

Excerpt from EIEIO entry in Info Directory:
> Sometimes it is useful to keep a master list of all instances of a
> given class.  The class ‘eieio-instance-tracker’ performs this task.

>  -- Class: eieio-instance-tracker tracker-symbol
>      Enable instance tracking for this class.  The slot TRACKER-SYMBOL
>      should be initialized in inheritors of this class to a symbol
>      created with ‘defvar’.  This symbol will serve as the variable used
>      as a master list of all objects of the given class.

At the moment, eieio-instance-tracker is defined in eieio-base with slot
named

> TRACKING-SYMBOL

not

> TRACKER-SYMBOL

EIEIO entry in Info Directory should thus be patched to refer to slot's
actual name `tracking-symbol'. These are the only two mentions of the
slot in eieio.info.bz2





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

end of thread, other threads:[~2020-02-26 20:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-25 16:05 bug#39789: eieio Info misspells slot name in eieio-instance-tracker akater
2020-02-26 17:20 ` Eric Abrahamsen
2020-02-26 18:01   ` Eli Zaretskii
2020-02-26 20:48     ` Eric Abrahamsen

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.