diff options
Diffstat (limited to 'lisp/emacs-lisp/gv.el')
-rw-r--r-- | lisp/emacs-lisp/gv.el | 2 |
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))) |