From: Glenn Morris Date: Tue, 11 Dec 2012 18:43:57 +0000 (-0500) Subject: Backport spelling fix from trunk X-Git-Tag: emacs-24.2.91~18 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da187191154105389c8b6c8e538e34f3d22c588d;p=emacs.git Backport spelling fix from trunk --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index b0f5e9bced0..9dbce599bd1 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,6 +1,6 @@ 2012-12-09 Stefan Monnier - * control.texi (Pattern maching case statement): New node. + * control.texi (Pattern matching case statement): New node. 2012-12-06 Stefan Monnier diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index 00b0a75a3e2..a6d3081c6ba 100644 --- a/doc/lispref/control.texi +++ b/doc/lispref/control.texi @@ -286,11 +286,11 @@ For example: @end example @menu -* Pattern maching case statement:: +* Pattern matching case statement:: @end menu -@node Pattern maching case statement -@subsection Pattern maching case statement +@node Pattern matching case statement +@subsection Pattern matching case statement @cindex pcase @cindex pattern matching