emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#30959: closed (27.0.50; A small typo in map-do's d


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#30959: closed (27.0.50; A small typo in map-do's docstring)
Date: Tue, 27 Mar 2018 21:04:02 +0000

Your message dated Tue, 27 Mar 2018 17:03:46 -0400
with message-id <address@hidden>
and subject line Re: bug#30959: 27.0.50; A small typo in map-do's docstring
has caused the debbugs.gnu.org bug report #30959,
regarding 27.0.50; A small typo in map-do's docstring
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
30959: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30959
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 27.0.50; A small typo in map-do's docstring Date: Tue, 27 Mar 2018 13:19:57 +0800
diff -u --label 
/Users/xcy/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/emacs-lisp/map.el.gz
 --label \#\<buffer\ map.el.gz\> 
/var/folders/7f/s191h4q97p90374yw15ssrs00000gn/T/jka-com0gGT1Q 
/var/folders/7f/s191h4q97p90374yw15ssrs00000gn/T/buffer-content-wKynb9
--- 
/Users/xcy/src/emacs/nextstep/Emacs.app/Contents/Resources/lisp/emacs-lisp/map.el.gz
+++ #<buffer map.el.gz>
@@ -207,7 +207,7 @@
 
 (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 finished.  Tue Mar 27 13:18:12 2018



--- End Message ---
--- Begin Message --- Subject: Re: bug#30959: 27.0.50; A small typo in map-do's docstring Date: Tue, 27 Mar 2018 17:03:46 -0400 User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)
Version: 26.1

Thanks; fixed in 1b075a9.



--- End Message ---

reply via email to

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