GNU bug report logs - #30959
27.0.50; A small typo in map-do's docstring

Previous Next

Package: emacs;

Reported by: Xu Chunyang <mail <at> xuchunyang.me>

Date: Tue, 27 Mar 2018 05:21:01 UTC

Severity: minor

Found in version 27.0.50

Fixed in version 26.1

Done: Glenn Morris <rgm <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Xu Chunyang <mail <at> xuchunyang.me>
To: bug-gnu-emacs <at> gnu.org
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




This bug report was last modified 7 years and 141 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.