; Fix some tiny doc typos
This commit is contained in:
parent
441fe201ea
commit
1b075a9e38
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue