diff options
author | Kenichi Handa <handa@gnu.org> | 2012-10-07 21:58:14 +0900 |
---|---|---|
committer | Kenichi Handa <handa@gnu.org> | 2012-10-07 21:58:14 +0900 |
commit | dade5fca51ce2ed10fdace1cfcf78287599154a1 (patch) | |
tree | 299c84e1ce2c5a95237b41781113790626d259c5 /lisp/emacs-lisp/cl-macs.el | |
parent | 6aa75fb62f6cdc4164d935ef14d57feec5ed6e0a (diff) | |
parent | 78d876b90e52400b7bbb086ca1a471d3d20d0e98 (diff) | |
download | emacs-dade5fca51ce2ed10fdace1cfcf78287599154a1.tar.gz emacs-dade5fca51ce2ed10fdace1cfcf78287599154a1.tar.bz2 emacs-dade5fca51ce2ed10fdace1cfcf78287599154a1.zip |
merge trunk
Diffstat (limited to 'lisp/emacs-lisp/cl-macs.el')
-rw-r--r-- | lisp/emacs-lisp/cl-macs.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/cl-macs.el b/lisp/emacs-lisp/cl-macs.el index 56e698bec0a..99bae1944e8 100644 --- a/lisp/emacs-lisp/cl-macs.el +++ b/lisp/emacs-lisp/cl-macs.el @@ -2154,8 +2154,9 @@ copier, a `NAME-p' predicate, and slot accessors named `NAME-SLOT'. You can use the accessors to set the corresponding slots, via `setf'. NAME may instead take the form (NAME OPTIONS...), where each -OPTION is either a single keyword or (KEYWORD VALUE). -See Info node `(cl)Structures' for a list of valid keywords. +OPTION is either a single keyword or (KEYWORD VALUE) where +KEYWORD can be one of :conc-name, :constructor, :copier, :predicate, +:type, :named, :initial-offset, :print-function, or :include. Each SLOT may instead take the form (SLOT SLOT-OPTS...), where SLOT-OPTS are keyword-value pairs for that slot. Currently, only |