From e62f86a4c7f31f3914d6aeb8abb6b6eab67e9e3c Mon Sep 17 00:00:00 2001 From: Mohammad Rahmani <830394+kookma@users.noreply.github.com> Date: Thu, 18 May 2023 21:05:45 +0330 Subject: [PATCH] Update Procedure Definitions.tid (#7463) Change macro to procedure! --- .../tw5.com/tiddlers/procedures/Procedure Definitions.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/procedures/Procedure Definitions.tid b/editions/tw5.com/tiddlers/procedures/Procedure Definitions.tid index 4eb1f17ff..cafa47470 100644 --- a/editions/tw5.com/tiddlers/procedures/Procedure Definitions.tid +++ b/editions/tw5.com/tiddlers/procedures/Procedure Definitions.tid @@ -6,11 +6,11 @@ type: text/vnd.tiddlywiki !! Introduction -This tiddler describes the different ways in which [[macros|Procedures]] can be defined. +This tiddler describes the different ways in which [[Procedures|Procedures]] can be defined. !! Procedure Definition Pragma -Macros are created using the [[Pragma: \procedure]] at the start of a tiddler. The definitions are available in the rest of the tiddler that defines them, plus any tiddlers that it transcludes. +Procedures are created using the [[Pragma: \procedure]] at the start of a tiddler. The definitions are available in the rest of the tiddler that defines them, plus any tiddlers that it transcludes. ``` \define my-procedure(param)