|
[Sbcl-commits] master: Correct the info directory entry in
sbcl-internals.texinfo.
From: Lutz Euler <leuler@us...> - 2012-07-11 19:55
|
The branch "master" has been updated in SBCL:
via 2273f3a907d7465dc06864132737a52575a8cd4a (commit)
from 80ad081cb241bd076763f98af1d62270c4aade8d (commit)
- Log -----------------------------------------------------------------
commit 2273f3a907d7465dc06864132737a52575a8cd4a
Author: Lutz Euler <lutz.euler@...>
Date: Wed Jul 11 21:52:36 2012 +0200
Correct the info directory entry in sbcl-internals.texinfo.
The file name was wrong so that the info directory link wasn't working.
LP #1023175, thanks to Orivej Desh for the report and the fix.
---
doc/internals/sbcl-internals.texinfo | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/doc/internals/sbcl-internals.texinfo b/doc/internals/sbcl-internals.texinfo
index 676cd20..efa2fba 100644
--- a/doc/internals/sbcl-internals.texinfo
+++ b/doc/internals/sbcl-internals.texinfo
@@ -9,7 +9,7 @@
@c for install-info
@dircategory Software development
@direntry
-* sbcl-internals: (sbcl internals). SBCL internal documentation
+* sbcl-internals: (sbcl-internals). SBCL internal documentation
@end direntry
@copying
-----------------------------------------------------------------------
hooks/post-receive
--
SBCL
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] master: Correct the info directory entry in sbcl-internals.texinfo. | Lutz Euler <leuler@us...> |