; Fix some tiny doc typos
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user