emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/annotate 7ff18171a6 112/372: - fixed typos.


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 7ff18171a6 112/372: - fixed typos.
Date: Fri, 4 Feb 2022 16:58:23 -0500 (EST)

branch: elpa/annotate
commit 7ff18171a61bd8464cd93d17ba26e18829d571c7
Author: cage <cage-invalid@invalid>
Commit: cage <cage-invalid@invalid>

    - fixed typos.
---
 annotate.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/annotate.el b/annotate.el
index fc06e1624f..3d5ea60ae1 100644
--- a/annotate.el
+++ b/annotate.el
@@ -185,14 +185,14 @@ major mode is a member of this list (space separated 
entries)."
 
 (defun annotate-end-of-line-pos ()
  "Get the position of the end of line and rewind the point's
-postion (so that it is unchanged after this function is called)."
+position (so that it is unchanged after this function is called)."
   (save-excursion
     (end-of-line)
     (point)))
 
 (defun annotate-beginning-of-line-pos ()
   "Get the position of the beginning of line and rewind the point's
-postion (so that it is unchanged after this function is called)."
+position (so that it is unchanged after this function is called)."
   (save-excursion
     (beginning-of-line)
     (point)))



reply via email to

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