emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 1b075a9: ; Fix some tiny doc typos


From: Glenn Morris
Subject: [Emacs-diffs] emacs-26 1b075a9: ; Fix some tiny doc typos
Date: Tue, 27 Mar 2018 17:02:15 -0400 (EDT)

branch: emacs-26
commit 1b075a9e38ca6812417f95ed2272e61d875d9e86
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    ; Fix some tiny doc typos
---
 lisp/emacs-lisp/map.el    | 2 +-
 lisp/progmodes/ebrowse.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/emacs-lisp/map.el b/lisp/emacs-lisp/map.el
index f2fa806..1f6f1ff 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
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el
index ca64af5..c955790 100644
--- a/lisp/progmodes/ebrowse.el
+++ b/lisp/progmodes/ebrowse.el
@@ -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))
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]