From 2365b5250ec8a8893a376e75ad841d01c327893d Mon Sep 17 00:00:00 2001 From: flywind Date: Fri, 2 Apr 2021 12:06:50 +0800 Subject: [PATCH] docs: note regarding emit with backticks (#17608) --- doc/manual.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual.rst b/doc/manual.rst index b1aae26694..3c71ece957 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -7039,9 +7039,9 @@ Example: void fun(){} """.} -For backward compatibility, if the argument to the `emit` statement -is a single string literal, Nim symbols can be referred to via backticks. -This usage is however deprecated. +.. note:: For backward compatibility, if the argument to the `emit` statement + is a single string literal, Nim symbols can be referred to via backticks. + This usage is however deprecated. For a top-level emit statement, the section where in the generated C/C++ file the code should be emitted can be influenced via the