From c4e038c7be38b2e6cf2d2c7c39264f068f789c02 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 20 Apr 2023 15:51:44 -0400 Subject: [PATCH] * lisp/emacs-lisp/gv.el: Silly typo --- lisp/emacs-lisp/gv.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.5