From 209bef7ea3a7cda14f9d300090a9f698a0b50a45 Mon Sep 17 00:00:00 2001 From: Jason Date: Wed, 3 Jun 2020 00:06:15 +0900 Subject: [PATCH] Update WORKSPACES reply docs --- docs/ipc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ipc b/docs/ipc index 5bc40e264..0a689a998 100644 --- a/docs/ipc +++ b/docs/ipc @@ -172,8 +172,8 @@ num (integer):: The logical number of the workspace. Corresponds to the command to switch to this workspace. For named workspaces, this will be -1. name (string):: - The name of this workspace (by default num+1), as changed by the - user. Encoded in UTF-8. + The name of this workspace if changed by the user, otherwise defaults + to the string representation of the +num+ field). Encoded in UTF-8. visible (boolean):: Whether this workspace is currently visible on an output (multiple workspaces can be visible at the same time).