mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Fix typos in docstrings
* lisp/emacs-lisp/map.el: * lisp/emacs-lisp/seq.el: Fix typos in the docstrings of the pcase macros.
This commit is contained in:
parent
aebf282aec
commit
17d4f60b55
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,7 @@
|
|||
Matches if the object is a map (list, hash-table or array), and
|
||||
each PATTERN matches the corresponding elements of the map.
|
||||
|
||||
Supernumerary elements of the map are ignore if less ARGS are
|
||||
Supernumerary elements of the map are ignored if fewer ARGS are
|
||||
given, and the match does not fail.
|
||||
|
||||
ARGS can be a list of the form (KEY PAT), in which case KEY in an
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue