emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] fix/bug-31311-pcase-doc 0f3563b 4/8: use @code instead of


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-31311-pcase-doc 0f3563b 4/8: use @code instead of `docstring-style' quoting
Date: Wed, 16 May 2018 14:49:56 -0400 (EDT)

branch: fix/bug-31311-pcase-doc
commit 0f3563bd2b80f79ec3e4dab42f2ca0105d659a10
Author: Thien-Thi Nguyen <address@hidden>
Commit: Thien-Thi Nguyen <address@hidden>

    use @code instead of `docstring-style' quoting
---
 doc/lispref/control.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 0d097f3..99a5d8d 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -813,7 +813,7 @@ in an environment where @var{args} are bound to 
@var{actual-args}.
 
 For documentation consistency, use @code{EXPVAL}
 in @var{doc}, the docstring, to stand for the result of
-evaluating @var{expression} (first arg to `pcase').
+evaluating @var{expression} (first arg to @code{pcase}).
 @end defmac
 
 @node Combining Conditions



reply via email to

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