]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix documented slot name of eieio-instance-tracker class
authorEric Abrahamsen <eric@ericabrahamsen.net>
Wed, 26 Feb 2020 20:47:12 +0000 (15:47 -0500)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Wed, 26 Feb 2020 20:47:12 +0000 (15:47 -0500)
* doc/misc/eieio.texi (eieio-instance-tracker): The code has the slot
  name as `tracking-symbol', not `tracker-symbol'.

doc/misc/eieio.texi

index 6c030fcfca93eb7007f3e59a95ee6f610381045e..3943c544c7dbc39351605cadae0324feb5b57dce 100644 (file)
@@ -1285,9 +1285,9 @@ This class is defined in the package @file{eieio-base}.
 Sometimes it is useful to keep a master list of all instances of a given
 class.  The class @code{eieio-instance-tracker} performs this task.
 
-@deftp {Class} eieio-instance-tracker tracker-symbol
+@deftp {Class} eieio-instance-tracker tracking-symbol
 Enable instance tracking for this class.
-The slot @var{tracker-symbol} should be initialized in inheritors of
+The slot @var{tracking-symbol} should be initialized in inheritors of
 this class to a symbol created with @code{defvar}.  This symbol will
 serve as the variable used as a master list of all objects of the given
 class.