From eeae3044de59560ca333e48cbe8d772a339ac945 Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@real-time.com>
Date: Fri, 19 Nov 2010 15:15:34 -0600
Subject: [PATCH] Fixed minor indexing issue in manual.

---
 doc/asdf.texinfo | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/doc/asdf.texinfo b/doc/asdf.texinfo
index 358d4703..22d2ee46 100644
--- a/doc/asdf.texinfo
+++ b/doc/asdf.texinfo
@@ -2190,10 +2190,8 @@ output files and find they need to get familiar with output-translations first.
 
 
 @section Backward Compatibility
+@cindex ASDF-BINARY-LOCATIONS compatibility
 
-@c FIXME -- I think we should provide an easy way
-@c to get behavior equivalent to A-B-L and
-@c I will propose a technique for doing this.
 
 We purposefully do NOT provide backward compatibility with earlier versions of
 @code{ASDF-Binary-Locations} (8 Sept 2009),
@@ -2221,7 +2219,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 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