From e0f9741ee4995aa74b85ac6200dd95f290e3d862 Mon Sep 17 00:00:00 2001 From: Daniel Kochmanski Date: Sun, 30 Apr 2017 11:26:19 +0200 Subject: [PATCH] defpackage: don't advertise :size option this change only removes :size from the docstring (backward compatibility). --- src/lsp/defpackage.lsp | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/lsp/defpackage.lsp b/src/lsp/defpackage.lsp index 2c9ced36b..986729003 100644 --- a/src/lsp/defpackage.lsp +++ b/src/lsp/defpackage.lsp @@ -76,13 +76,13 @@ modified package is returned as the value of the DEFPACKAGE form. Each standard OPTION is a list of keyword (the name of the option) - and associated arguments. No part of a DEFPACKAGE form is evaluated. - Except for the :SIZE and :DOCUMENTATION options, more than one option - of the same kind may occur within the same DEFPACKAGE form. + and associated arguments. No part of a DEFPACKAGE form is + evaluated. Except for the :LOCK and :DOCUMENTATION options, more + than one option of the same kind may occur within the same + DEFPACKAGE form. Valid Options: (:documentation string) - (:size integer) (:lock boolean) (:nicknames {package-name}*) (:shadow {symbol-name}*) @@ -101,8 +101,6 @@ :DOCUMENTATION is an extension to DEFPACKAGE. - :SIZE is used only in Genera and Allegro. - :LOCK is an extension to DEFPACKAGE.]" (dolist (option options)