From 97347442fdc848d0529aac2c51ce61501fc9ed23 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 11 Aug 2023 05:50:19 +0200 Subject: emacs: Fix docstring --- .config/emacs/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config') diff --git a/.config/emacs/config.org b/.config/emacs/config.org index f5a8e7a..c35aa53 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -185,7 +185,7 @@ make it just that little bit easier for me: #+BEGIN_SRC elisp (defmacro mm-for-each (sequence &rest body) - "Execute BODY for each element of SEQUENCE. The variable ‘_’ is automatically + "Execute BODY for each element of SEQUENCE. The variable ‘x’ is automatically set to the current subject of the iteration." (declare (indent defun)) `(mapc (lambda (x) ,@body) ,sequence)) -- cgit v1.2.3