diff options
-rw-r--r-- | Lisp/method-definition.lisp | 2 | ||||
-rw-r--r-- | debian/watch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Lisp/method-definition.lisp b/Lisp/method-definition.lisp index 88c2a2d..2d42843 100644 --- a/Lisp/method-definition.lisp +++ b/Lisp/method-definition.lisp @@ -264,7 +264,7 @@ __super__" (defun super (&rest args) "Send a super message to the receiver of the current message. -## Syntax: +## Arguments and Values: *args* --- a **list**. diff --git a/debian/watch b/debian/watch index e5b6ecf..aecd0e2 100644 --- a/debian/watch +++ b/debian/watch @@ -8,7 +8,7 @@ version=3 # Uncomment to examine a Webpage # <Webpage URL> <string match> -http://cliki.net/Objective-CL cl-objective-cl-(.*)\.tar\.gz +http://cliki.net/Objective-CL http://matthias.benkard.de/objective-cl/releases/objective-cl-(.*)\.tar\.gz # Uncomment to examine a Webserver directory #http://www.example.com/pub/cl-objective-cl-(.*)\.tar\.gz |