; * doc/lispref/tips.texi (Documentation Tips): Add indexing.

This commit is contained in:
Eli Zaretskii 2022-12-31 18:47:51 +02:00
parent 9a386b682e
commit 46362c0a3a

View file

@ -689,6 +689,10 @@ line. This looks nice in the source code, but looks bizarre when users
view the documentation. Remember that the indentation before the view the documentation. Remember that the indentation before the
starting double-quote is not part of the string! starting double-quote is not part of the string!
@cindex quoting apostrophe and grave accent in doc strings
@cindex apostrophe, quoting in documentation strings
@cindex grave accent, quoting in documentation strings
@cindex escaping apostrophe and grave accent in doc strings
@item @item
When documentation should display an ASCII apostrophe or grave accent, When documentation should display an ASCII apostrophe or grave accent,
use @samp{\\='} or @samp{\\=`} in the documentation string literal so use @samp{\\='} or @samp{\\=`} in the documentation string literal so