OSDN Git Service

EQU演算子の説明の修正.
[hengband/hengband.git] / lib / help / editor.txt
index 727e2b2..c349f2b 100644 (file)
@@ -295,7 +295,7 @@ Special Notes:
 
   - usage of operators
     [EQU arg1 arg2 ...]
-      If all args are same, returns "1", or else returns "0".
+      If all args are the same as arg1, returns "1", or else returns "0".
     [IOR arg1 arg2 ...]
     [AND arg1 arg2 ...]
       IOR evaluates and returns all args' logical OR. IAND is logical AND.