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 3539fef 1/5: rename node/subsectio


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-31311-pcase-doc 3539fef 1/5: rename node/subsection to "Pattern-Matching Conditional"
Date: Thu, 3 May 2018 15:27:08 -0400 (EDT)

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

    rename node/subsection to "Pattern-Matching Conditional"
---
 doc/lispref/control.texi | 6 +++---
 doc/lispref/elisp.texi   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi
index 5b8410c..ae8a063 100644
--- a/doc/lispref/control.texi
+++ b/doc/lispref/control.texi
@@ -289,11 +289,11 @@ For example:
 @end example
 
 @menu
-* Pattern matching case statement::
+* Pattern-Matching Conditional::
 @end menu
 
address@hidden Pattern matching case statement
address@hidden Pattern matching case statement
address@hidden Pattern-Matching Conditional
address@hidden Pattern-Matching Conditional
 @cindex pcase
 @cindex pattern matching
 
diff --git a/doc/lispref/elisp.texi b/doc/lispref/elisp.texi
index 6b59e31..e15c92d44 100644
--- a/doc/lispref/elisp.texi
+++ b/doc/lispref/elisp.texi
@@ -481,7 +481,7 @@ Control Structures
 
 Conditionals
 
-* Pattern matching case statement::  How to use @code{pcase}.
+* Pattern-Matching Conditional::  How to use @code{pcase}.
 
 Nonlocal Exits
 



reply via email to

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