all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#30959: 27.0.50; A small typo in map-do's docstring
@ 2018-03-27  5:19 Xu Chunyang
  2018-03-27 21:03 ` Glenn Morris
  0 siblings, 1 reply; 2+ messages in thread
From: Xu Chunyang @ 2018-03-27  5:19 UTC (permalink / raw
  To: 30959


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





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#30959: 27.0.50; A small typo in map-do's docstring
  2018-03-27  5:19 bug#30959: 27.0.50; A small typo in map-do's docstring Xu Chunyang
@ 2018-03-27 21:03 ` Glenn Morris
  0 siblings, 0 replies; 2+ messages in thread
From: Glenn Morris @ 2018-03-27 21:03 UTC (permalink / raw
  To: 30959-done

Version: 26.1

Thanks; fixed in 1b075a9.






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-27 21:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-27  5:19 bug#30959: 27.0.50; A small typo in map-do's docstring Xu Chunyang
2018-03-27 21:03 ` Glenn Morris

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.