| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |
Arguments: class-or-class-name
Returns the name of one of the slots of the specified class, which may
be used to print instances of the class in a meaningful way in class-grid
s and object-editor
s. The value may be
set at any time by calling (setf secondary-name-slot).
class-or-class-name should be either a class object or the name of a class.
The secondary name slot for a class is used only if the primary name slot has also been established. See primary-name-slot for more information.
Copyright (c) 1998-2019, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.2 page.
Created 2012.5.30.
| Allegro CL version 9.0 Unrevised from 8.2 to 9.0. 8.2 version |