From 1b075a9e38ca6812417f95ed2272e61d875d9e86 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 27 Mar 2018 17:02:04 -0400 Subject: ; Fix some tiny doc typos --- lisp/emacs-lisp/map.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp') diff --git a/lisp/emacs-lisp/map.el b/lisp/emacs-lisp/map.el index f2fa8061539..1f6f1ffbcda 100644 --- a/lisp/emacs-lisp/map.el +++ b/lisp/emacs-lisp/map.el @@ -207,7 +207,7 @@ MAP can be a list, hash-table or array." (defun map-do (function map) "Apply FUNCTION to each element of MAP and return nil. -FUNCTION.is called with two arguments, the key and the value." +FUNCTION is called with two arguments, the key and the value." (funcall (map--dispatch map :list #'map--do-alist :hash-table #'maphash -- cgit v1.2.3