From 067b0705986572e42687334c4eaf32988f22f680 Mon Sep 17 00:00:00 2001 From: Štěpán Němec <stepnem@gmail.com> Date: Sun, 1 Mar 2020 18:50:14 +0100 Subject: ; Fix some typos and doc issues (bug#40695) --- lisp/emacs-lisp/gv.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/gv.el') diff --git a/lisp/emacs-lisp/gv.el b/lisp/emacs-lisp/gv.el index b43e53b9d27..065a9688770 100644 --- a/lisp/emacs-lisp/gv.el +++ b/lisp/emacs-lisp/gv.el @@ -38,7 +38,7 @@ ;; ;; Instead, we use here a higher-order approach: instead ;; of a 5-tuple, a place-expander returns a function. -;; If you think about types, the old approach return things of type +;; If you think about types, the old approach returns things of type ;; {vars: List Var, values: List Exp, ;; stores: List Var, getter: Exp, setter: Exp} ;; whereas the new approach returns a function of type -- cgit v1.2.3