[cldoc-cvs] CVS update: cldoc/src/package.lisp

Iban Hatchondo ihatchondo at common-lisp.net
Mon Jan 9 22:23:45 UTC 2006


Update of /project/cldoc/cvsroot/cldoc/src
In directory common-lisp.net:/tmp/cvs-serv3411

Modified Files:
	package.lisp 
Log Message:
removed non ascii space char.
Date: Mon Jan  9 23:23:43 2006
Author: ihatchondo

Index: cldoc/src/package.lisp
diff -u cldoc/src/package.lisp:1.4 cldoc/src/package.lisp:1.5
--- cldoc/src/package.lisp:1.4	Sun Jan  8 23:18:27 2006
+++ cldoc/src/package.lisp	Mon Jan  9 23:23:43 2006
@@ -1,5 +1,5 @@
 ;;; -*- Mode: Lisp; Syntax: Common-Lisp; Package: CLUDG; -*-
-;;; $Id: package.lisp,v 1.4 2006/01/08 22:18:27 ihatchondo Exp $
+;;; $Id: package.lisp,v 1.5 2006/01/09 22:23:43 ihatchondo Exp $
 ;;; ---------------------------------------------------------------------------
 ;;;     Title: Common Lisp Universal Documentation Generator package definition
 ;;;   Created: 2005 10 23 12:30
@@ -80,7 +80,7 @@
     - Recognizes code segments: by default each lines are prefixed with ';;; '.
     - Recognizes links: two kinds of hyper link are possible both using the
       same grammar: 
-      [opening-char(defun|defclass|defgeneric|...) symbol-name closing-char] |
+      [opening-char(defun|defclass|defgeneric|...) symbol-name closing-char] |
       [opening-char(http://|ftp://)address closing-char].
       opening-char and closing char can be customized, see the :link-delimiters
       option of {defclass cldoc:doctree} .




More information about the Cldoc-cvs mailing list