summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2022-12-31 18:47:51 +0200
committerEli Zaretskii <eliz@gnu.org>2022-12-31 18:47:51 +0200
commit46362c0a3a685c3d0b2036d4db1120bad64d1269 (patch)
tree1d335946c0badebf7ef765d6861a2bc743b1123f
parent9a386b682ebdb22374a38c7a672565f92f1bc64d (diff)
downloademacs-46362c0a3a685c3d0b2036d4db1120bad64d1269.tar.gz
; * doc/lispref/tips.texi (Documentation Tips): Add indexing.
-rw-r--r--doc/lispref/tips.texi4
1 files changed, 4 insertions, 0 deletions
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