aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorPaul Eggert2012-12-11 10:09:55 -0800
committerPaul Eggert2012-12-11 10:09:55 -0800
commit4a0e1924fc28993d5f95ec58f43b09aa8ee043cb (patch)
tree39496761cb8c7e9e26849386826475c49954358d /doc/lispref
parent38e791fdf78ef0f18e26c3866aa20e11c70cf6cb (diff)
downloademacs-4a0e1924fc28993d5f95ec58f43b09aa8ee043cb.tar.gz
emacs-4a0e1924fc28993d5f95ec58f43b09aa8ee043cb.zip
Spelling fixes.
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/ChangeLog2
-rw-r--r--doc/lispref/control.texi6
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 43d737b618f..b0727694b3d 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -6,7 +6,7 @@
6 6
72012-12-10 Stefan Monnier <monnier@iro.umontreal.ca> 72012-12-10 Stefan Monnier <monnier@iro.umontreal.ca>
8 8
9 * control.texi (Pattern maching case statement): New node. 9 * control.texi (Pattern matching case statement): New node.
10 10
11 * customize.texi (Variable Definitions): Mention the default :group 11 * customize.texi (Variable Definitions): Mention the default :group
12 for defcustoms (bug#13093). 12 for defcustoms (bug#13093).
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:
286@end example 286@end example
287 287
288@menu 288@menu
289* Pattern maching case statement:: 289* Pattern matching case statement::
290@end menu 290@end menu
291 291
292@node Pattern maching case statement 292@node Pattern matching case statement
293@subsection Pattern maching case statement 293@subsection Pattern matching case statement
294@cindex pcase 294@cindex pcase
295@cindex pattern matching 295@cindex pattern matching
296 296