]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/tips.texi (Documentation Tips): Fix quotes. (Bug#34372)
authorEli Zaretskii <eliz@gnu.org>
Thu, 7 Feb 2019 17:49:57 +0000 (19:49 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 7 Feb 2019 17:49:57 +0000 (19:49 +0200)
doc/lispref/tips.texi

index bb701c4930a6b8587faa4ba7fa9151e417846834..d41fe825729a751ec33f84a68e79d18b997cfd32 100644 (file)
@@ -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
+@code{t} and @code{nil} without surrounding punctuation.  For example:
+
+@example
+ CODE can be ‘lambda’, nil, or t.
+@end example
+
+@noindent
 @xref{Quotation Marks,,, emacs, The GNU Emacs Manual}, for how to
 enter curved single quotes.