From: Eli Zaretskii Date: Sat, 31 Dec 2022 16:47:51 +0000 (+0200) Subject: ; * doc/lispref/tips.texi (Documentation Tips): Add indexing. X-Git-Tag: emacs-29.0.90~891 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=46362c0a3a685c3d0b2036d4db1120bad64d1269;p=emacs.git ; * doc/lispref/tips.texi (Documentation Tips): Add indexing. --- diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index 3216a353958..d5c7eedff56 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi @@ -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 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 When documentation should display an ASCII apostrophe or grave accent, use @samp{\\='} or @samp{\\=`} in the documentation string literal so