summary refs log tree commit diff stats
path: root/doc/manual.rst
diff options
context:
space:
mode:
authorflywind <xzsflywind@gmail.com>2021-04-02 12:06:50 +0800
committerGitHub <noreply@github.com>2021-04-01 21:06:50 -0700
commit2365b5250ec8a8893a376e75ad841d01c327893d (patch)
tree646bc8660a02091e31b30f58aa5da7dc9ea1adc6 /doc/manual.rst
parentf0587e02e255b1fc1a0d0b21aebcacf37ec43c8f (diff)
downloadNim-2365b5250ec8a8893a376e75ad841d01c327893d.tar.gz
docs: note regarding emit with backticks (#17608)
Diffstat (limited to 'doc/manual.rst')
-rw-r--r--doc/manual.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual.rst b/doc/manual.rst
index b1aae2669..3c71ece95 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