emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] fix/bug-3133-pcase-doc edae74f 09/13: (docstring) update e


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] fix/bug-3133-pcase-doc edae74f 09/13: (docstring) update elisp.info ref
Date: Fri, 11 May 2018 12:50:52 -0400 (EDT)

branch: fix/bug-3133-pcase-doc
commit edae74ff2d2499dcbb6ef2c86e9f1e477fdf6887
Author: Thien-Thi Nguyen <address@hidden>
Commit: Thien-Thi Nguyen <address@hidden>

    (docstring) update elisp.info ref
    
    omission from 3539fef018b0c9710bba8d18169680c43cf6d240,
    "rename node/subsection to "Pattern-Matching Conditional"
---
 lisp/emacs-lisp/pcase.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/pcase.el b/lisp/emacs-lisp/pcase.el
index fa4cfd3..974e8db 100644
--- a/lisp/emacs-lisp/pcase.el
+++ b/lisp/emacs-lisp/pcase.el
@@ -161,7 +161,7 @@ The FUN argument in the `app' pattern may have the 
following forms:
 So a FUN of the form SYMBOL is equivalent to (FUN).
 FUN can refer to variables bound earlier in the pattern.
 
-See Info node `(elisp) Pattern matching case statement' in the
+See Info node `(elisp) Pattern-Matching Conditional' in the
 Emacs Lisp manual for more information and examples."
   (declare (indent 1) (debug (form &rest (pcase-PAT body))))
   ;; We want to use a weak hash table as a cache, but the key will unavoidably



reply via email to

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