1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-10 08:10:21 -08:00

; Fix typos (don't abbreviate "with" or "without")

This commit is contained in:
Stefan Kangas 2022-12-01 16:36:09 +01:00
parent a86ccb5f9d
commit 70ecdebc92
51 changed files with 108 additions and 94 deletions

View file

@ -308,7 +308,7 @@
(setq eieio-test-method-order-list (nreverse eieio-test-method-order-list))
(eieio-test-match ans)))
;;; Jan's methodinvoke order w/ multiple inheritance and :after methods.
;;; Jan's methodinvoke order with multiple inheritance and :after methods.
;;
(defclass eitest-Ja ()
())