emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 e9ff190: * doc/lispref/tips.texi (Documentation T


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 e9ff190: * doc/lispref/tips.texi (Documentation Tips): Fix quotes. (Bug#34372)
Date: Thu, 7 Feb 2019 12:50:32 -0500 (EST)

branch: emacs-26
commit e9ff19053139c149460fa8b1214c4012fc11cd0d
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * doc/lispref/tips.texi (Documentation Tips): Fix quotes.  (Bug#34372)
---
 doc/lispref/tips.texi | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi
index bb701c4..d41fe82 100644
--- a/doc/lispref/tips.texi
+++ b/doc/lispref/tips.texi
@@ -679,10 +679,15 @@ starting double-quote is not part of the string!
 @cindex curly quotes
 @cindex curved quotes
 When a documentation string refers to a Lisp symbol, write it as it
-would be printed (which usually means in lower case), surrounding
-it with curved single quotes (@t{‘} and @t{’}).  There are
-two exceptions: write @code{t} and @code{nil} without surrounding
-punctuation.  For example: @samp{CODE can be ‘lambda’, nil, or t}.
+would be printed (which usually means in lower case), surrounding it
+with curved single quotes (@t{‘..’}).  There are two exceptions: write
address@hidden and @code{nil} without surrounding punctuation.  For example:
+
address@hidden
+ CODE can be ‘lambda’, nil, or t.
address@hidden example
+
address@hidden
 @xref{Quotation Marks,,, emacs, The GNU Emacs Manual}, for how to
 enter curved single quotes.
 



reply via email to

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