From 22b398bb4688f123a03994a19e8a089b5662dc03 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Thu, 20 Mar 2008 01:02:52 +0100 Subject: Documentation: Minor fixes. darcs-hash:e42cc5a94c23ab108f98e00a9a6eb64429db8ecf --- Lisp/parameters.lisp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Lisp/parameters.lisp') diff --git a/Lisp/parameters.lisp b/Lisp/parameters.lisp index a26908b..14a3f16 100644 --- a/Lisp/parameters.lisp +++ b/Lisp/parameters.lisp @@ -64,17 +64,17 @@ Objective-CL. \(With __install-reader-syntax__ enabled.) - (defvar *tmp*) - (setq *trace-method-calls* t) + (defvar \\*tmp\\*) + (setq \\*trace-method-calls\\* t) - (setq *tmp* [NSString new]) + (setq \\*tmp\\* [NSString new]) ; Invoking [new]. - (setq *tmp* [NSString string]) + (setq \\*tmp\\* [NSString string]) ; Invoking [string]. ; Invoking [retain]. - (setq *tmp* nil) + (setq \\*tmp\\* nil) (gc :full t) ; Invoking [release]. ; Invoking [release]. -- cgit v1.2.3