summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2023-04-20 15:51:44 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2023-04-20 15:51:44 -0400
commitc4e038c7be38b2e6cf2d2c7c39264f068f789c02 (patch)
treeb628a0b83122ba9ce24ba1aa23baefe839bc213d /lisp/emacs-lisp
parentfd4c9246fc8daea4965b868e80e0f2d9d544dc22 (diff)
downloademacs-c4e038c7be38b2e6cf2d2c7c39264f068f789c02.tar.gz
* lisp/emacs-lisp/gv.el: Silly typo
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/gv.el2
1 files changed, 1 insertions, 1 deletions
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)))