From 307c2240ad00b8f327cb4d9e1dc348f3f4b9fe97 Mon Sep 17 00:00:00 2001 From: Tyler Yankee Date: Thu, 15 Jan 2026 20:03:29 -0500 Subject: [PATCH] Help: Improve command formatting atop `file` page Amend the references to the `file` page from commit c575d84555 (Help: Use signature directive for `cmake_path` command, 2025-10-08). --- Help/command/file.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Help/command/file.rst b/Help/command/file.rst index 8aa485d3bd..61d7d87bce 100644 --- a/Help/command/file.rst +++ b/Help/command/file.rst @@ -11,7 +11,8 @@ For other path manipulation, handling only syntactic aspects, see the .. note:: - The sub-commands `RELATIVE_PATH`_, `TO_CMAKE_PATH`_, and `TO_NATIVE_PATH`_ + The sub-commands :command:`file(RELATIVE_PATH)`, + :command:`file(TO_CMAKE_PATH)`, and :command:`file(TO_NATIVE_PATH)` have been superseded, respectively, by the sub-commands :command:`cmake_path(RELATIVE_PATH)`, :command:`cmake_path(CONVERT ... TO_CMAKE_PATH_LIST)`, and