diff options
author | Štěpán Němec <stepnem@gmail.com> | 2020-03-01 18:50:14 +0100 |
---|---|---|
committer | Štěpán Němec <stepnem@gmail.com> | 2020-04-18 17:10:02 +0200 |
commit | 067b0705986572e42687334c4eaf32988f22f680 (patch) | |
tree | 70129d8ec8e109cb64f895e462298adf2c2636e8 /lisp/emacs-lisp/gv.el | |
parent | f3b62b6c62c41d2e5d15418ea940bce6b11bdf7d (diff) | |
download | emacs-067b0705986572e42687334c4eaf32988f22f680.tar.gz emacs-067b0705986572e42687334c4eaf32988f22f680.tar.bz2 emacs-067b0705986572e42687334c4eaf32988f22f680.zip |
; Fix some typos and doc issues (bug#40695)
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 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 |