From 5e8c62ffcae473b89e268e0081d4041fb19abef7 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Wed, 23 Nov 2022 05:43:19 +0100 Subject: ; Fix typos --- lisp/emacs-lisp/pcase.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp') diff --git a/lisp/emacs-lisp/pcase.el b/lisp/emacs-lisp/pcase.el index 10bd4bc6886..762cc8eb4f9 100644 --- a/lisp/emacs-lisp/pcase.el +++ b/lisp/emacs-lisp/pcase.el @@ -395,7 +395,7 @@ how many time this CODEGEN is called." (push (setq prev (list case)) seen)) ;; Put a counter in the cdr just so that not ;; all branches look identical (to avoid things - ;; like `macroexp--if' optimizing them too + ;; like `macroexp-if' optimizing them too ;; optimistically). (let ((ph (cons 'pcase--placeholder (setq phcounter (1+ phcounter))))) -- cgit v1.2.3