From: Stefan Monnier Date: Thu, 20 Apr 2023 19:51:44 +0000 (-0400) Subject: * lisp/emacs-lisp/gv.el: Silly typo X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c4e038c7be38b2e6cf2d2c7c39264f068f789c02;p=emacs.git * lisp/emacs-lisp/gv.el: Silly typo --- diff --git a/lisp/emacs-lisp/gv.el b/lisp/emacs-lisp/gv.el index 6c3036da2f2..a5e29dd5e3b 100644 --- a/lisp/emacs-lisp/gv.el +++ b/lisp/emacs-lisp/gv.el @@ -641,7 +641,7 @@ REF must have been previously obtained with `gv-ref'." ;; You'd think noone would write `(setf (error ...) ..)' but it ;; appears naturally as the result of macroexpansion of things like -;; (setf (case-exhaustive ...)). +;; (setf (pcase-exhaustive ...)). ;; We could generalize this to `throw' and `signal', but it seems ;; preferable to wait until there's a concrete need. (gv-define-expander error (lambda (_do &rest args) `(error . ,args)))