From 06895529665391292cb44e8ea0b67a6fe8f02866 Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <fare@tunes.org> Date: Sun, 4 Apr 2010 22:52:53 -0400 Subject: [PATCH] Fix &key => @&key --- doc/asdf.texinfo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo index 0a801ffc..b75e94ad 100644 --- a/doc/asdf.texinfo +++ b/doc/asdf.texinfo @@ -1134,7 +1134,7 @@ in a way that is compatible with all of the various test libraries and test techniques in use in the community. @end deffn -@c @deffn Operation test-system-version &key minimum +@c @deffn Operation test-system-version @&key minimum @c Asks the system whether it satisfies a version requirement. @@ -2067,7 +2067,7 @@ as configured by the system distributor, or by default. Nevertheless, if you are a fan of @code{ASDF-Binary-Locations}, we provide a limited emulation mode: -@defun asdf:enable-asdf-binary-locations-compatibility &key centralize-lisp-binaries default-toplevel-directory include-per-user-information map-all-source-files source-to-target-mappings +@defun asdf:enable-asdf-binary-locations-compatibility @&key centralize-lisp-binaries default-toplevel-directory include-per-user-information map-all-source-files source-to-target-mappings This function will initialize the new @code{asdf-output-translations} facility in a way that emulates the behavior of the old @code{ASDF-Binary-Locations} facility. Where you would previously set global variables -- GitLab