diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-25 08:08:24 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-25 08:09:09 -0800 |
commit | a528a60f48f6b939c5014c96d3445de13d2ed243 (patch) | |
tree | 8240a9b0e1fa63d38e514e68276e0b6c4e2993b8 /lisp/emacs-lisp | |
parent | 21beb19d80b6aba2c2b736b3e1d031f1ef0e743d (diff) | |
download | emacs-a528a60f48f6b939c5014c96d3445de13d2ed243.tar.gz emacs-a528a60f48f6b939c5014c96d3445de13d2ed243.tar.bz2 emacs-a528a60f48f6b939c5014c96d3445de13d2ed243.zip |
Spelling fixes
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/pcase.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/pcase.el b/lisp/emacs-lisp/pcase.el index 549ee96dd5f..7be997e6469 100644 --- a/lisp/emacs-lisp/pcase.el +++ b/lisp/emacs-lisp/pcase.el @@ -117,7 +117,7 @@ two element list, binding its elements to symbols named `foo' and A significant difference from `cl-destructuring-bind' is that, if a pattern match fails, the next case is tried until either a -succesful match is found or there are no more cases. +successful match is found or there are no more cases. Another difference is that pattern elements may be backquoted, meaning they must match exactly: The pattern \\='(foo bar) |