/[gcl]/gcl/lsp/gcl_module.lsp
ViewVC logotype

Diff of /gcl/lsp/gcl_module.lsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by camm, Sun Sep 14 02:43:06 2003 UTC revision 1.3 by camm, Mon Nov 22 22:03:22 2004 UTC
# Line 64  Line 64 
64      (structure (get symbol 'structure-documentation))      (structure (get symbol 'structure-documentation))
65      (type (get symbol 'type-documentation))      (type (get symbol 'type-documentation))
66      (setf (get symbol 'setf-documentation))      (setf (get symbol 'setf-documentation))
67        (compiler-macro (get symbol 'compiler-macro-documentation))
68        (method-combination (get symbol 'method-combination-documentation))
69      (t      (t
70       (if (packagep symbol)       (if (packagep symbol)
71           (get (find-symbol (package-name symbol) :keyword) 'package-documentation)           (get (find-symbol (package-name symbol) :keyword) 'package-documentation)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26