emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* [PATCH] org-agenda.el: Fix 'Maker' typo
@ 2020-10-19  1:00 Adam Spiers
  2020-10-24 11:34 ` Bastien
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Spiers @ 2020-10-19  1:00 UTC (permalink / raw)
  To: emacs-orgmode

TINYCHANGE

Signed-off-by: Adam Spiers <orgmode@adamspiers.org>
---
 lisp/org-agenda.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el
index a1b20649d..88bb3f90d 100644
--- a/lisp/org-agenda.el
+++ b/lisp/org-agenda.el
@@ -4127,7 +4127,7 @@ (defvar org-agenda-last-marker-time (float-time)
 
 (defun org-agenda-new-marker (&optional pos)
   "Return a new agenda marker.
-Maker is at point, or at POS if non-nil.  Org mode keeps a list of
+Marker is at point, or at POS if non-nil.  Org mode keeps a list of
 these markers and resets them when they are no longer in use."
   (let ((m (copy-marker (or pos (point)) t)))
     (setq org-agenda-last-marker-time (float-time))
-- 
2.28.0



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

* Re: [PATCH] org-agenda.el: Fix 'Maker' typo
  2020-10-19  1:00 [PATCH] org-agenda.el: Fix 'Maker' typo Adam Spiers
@ 2020-10-24 11:34 ` Bastien
  0 siblings, 0 replies; 2+ messages in thread
From: Bastien @ 2020-10-24 11:34 UTC (permalink / raw)
  To: Adam Spiers; +Cc: emacs-orgmode

Applied, thanks!

-- 
 Bastien


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

end of thread, other threads:[~2020-10-24 11:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-19  1:00 [PATCH] org-agenda.el: Fix 'Maker' typo Adam Spiers
2020-10-24 11:34 ` Bastien

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).