diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2023-04-20 15:51:44 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2023-04-20 15:51:44 -0400 |
commit | c4e038c7be38b2e6cf2d2c7c39264f068f789c02 (patch) | |
tree | b628a0b83122ba9ce24ba1aa23baefe839bc213d /lisp/emacs-lisp | |
parent | fd4c9246fc8daea4965b868e80e0f2d9d544dc22 (diff) | |
download | emacs-c4e038c7be38b2e6cf2d2c7c39264f068f789c02.tar.gz |
* lisp/emacs-lisp/gv.el: Silly typo
Diffstat (limited to 'lisp/emacs-lisp')
-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))) |