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 484c3ae 18/18: add xref to ‘(cl)


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-31311-pcase-doc 484c3ae 18/18: add xref to ‘(cl) Conditionals’
Date: Tue, 15 May 2018 05:45:55 -0400 (EDT)

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

    add xref to ‘(cl) Conditionals’
---
 doc/lispref/control.texi | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 95d5777..6e67e39 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -423,7 +423,8 @@ Matches if all the argument U-patterns match.
 @subheading Example: Advantage Over @code{cl-case}
 
 Here's an example that highlights some advantages @code{pcase}
-has over @code{cl-case}.
+has over @code{cl-case}
+(@pxref{Conditionals,,,cl,Common Lisp Extensions}).
 
 @example
 (pcase (get-return-code x)



reply via email to

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