emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 46362c0a3a: ; * doc/lispref/tips.texi (Documentation Tips): Add


From: Eli Zaretskii
Subject: emacs-29 46362c0a3a: ; * doc/lispref/tips.texi (Documentation Tips): Add indexing.
Date: Sat, 31 Dec 2022 11:48:08 -0500 (EST)

branch: emacs-29
commit 46362c0a3a685c3d0b2036d4db1120bad64d1269
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * doc/lispref/tips.texi (Documentation Tips): Add indexing.
---
 doc/lispref/tips.texi | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi
index 3216a35395..d5c7eedff5 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]