; Fix some tiny doc typos

This commit is contained in:
Glenn Morris 2018-03-27 17:02:04 -04:00
parent 441fe201ea
commit 1b075a9e38
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -457,7 +457,7 @@ members."
(defsubst ebrowse-extern-c-p (member)
"Value is non-nil if MEMBER.is `extern \"C\"'."
"Value is non-nil if MEMBER is `extern \"C\"'."
(ebrowse-member-bit-set-p member 256))