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)))