]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix some tiny doc typos
authorGlenn Morris <rgm@gnu.org>
Tue, 27 Mar 2018 21:02:04 +0000 (17:02 -0400)
committerGlenn Morris <rgm@gnu.org>
Tue, 27 Mar 2018 21:02:04 +0000 (17:02 -0400)
lisp/emacs-lisp/map.el
lisp/progmodes/ebrowse.el

index f2fa8061539beeab3dbc91c7a4b29c9fc79385d4..1f6f1ffbcda3dff3e729792bdcf05ca5cb57835c 100644 (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
index ca64af5c915cf5da2d4de0e040b865da7e5f5ea3..c9557900190ec936055d8543335fe4961017f5c5 100644 (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))