mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-22 21:50:45 -08:00
; Fix typos
This commit is contained in:
parent
a1f88963f5
commit
5f923ff1a6
60 changed files with 73 additions and 73 deletions
|
|
@ -690,7 +690,7 @@ DST is returned."
|
|||
(cl-loop
|
||||
for val in (valset src)
|
||||
;; If (member value) is subtypep of all other sources then
|
||||
;; is good to be colleted.
|
||||
;; is good to be collected.
|
||||
when (cl-every (lambda (s)
|
||||
(or (memql val (valset s))
|
||||
(cl-some (lambda (type)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue