diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-12-31 18:47:51 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-12-31 18:47:51 +0200 |
commit | 46362c0a3a685c3d0b2036d4db1120bad64d1269 (patch) | |
tree | 1d335946c0badebf7ef765d6861a2bc743b1123f | |
parent | 9a386b682ebdb22374a38c7a672565f92f1bc64d (diff) | |
download | emacs-46362c0a3a685c3d0b2036d4db1120bad64d1269.tar.gz |
; * doc/lispref/tips.texi (Documentation Tips): Add indexing.
-rw-r--r-- | doc/lispref/tips.texi | 4 |
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 |