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

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

[nongnu] elpa/annotate 958ce126e0 272/372: - fixed more typos.


From: ELPA Syncer
Subject: [nongnu] elpa/annotate 958ce126e0 272/372: - fixed more typos.
Date: Fri, 4 Feb 2022 16:59:07 -0500 (EST)

branch: elpa/annotate
commit 958ce126e0e8777df8209c8d76d8f217d397dc2f
Author: cage <cage-invalid@invalid>
Commit: cage <cage-invalid@invalid>

    - fixed more typos.
---
 README.org  | 2 +-
 annotate.el | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index bd4bad3de7..44df957a2f 100644
--- a/README.org
+++ b/README.org
@@ -37,7 +37,7 @@ the  command ~annotate-switch-db~.   This  command will  take 
care  to
 refresh/redraw   all   annotations   in    the   buffers   that   uses
 ~annotate-mode~.
 
-The database holds the hash of each  annoatated file so it can print a
+The database holds the hash of each  annotated file so it can print a
 warning if the file has been modified outside Emacs (for example).
 
 Warning     can     be     suppressed     setting     the     variable
diff --git a/annotate.el b/annotate.el
index 72ec632975..f75d465d2a 100644
--- a/annotate.el
+++ b/annotate.el
@@ -1687,7 +1687,7 @@ of a chain of annotations"
       (annotate-chain-last annotation))))
 
 (defun annotate-chain-at (pos)
-  "Find last the chain of annotations that overlap point `pos'"
+  "Find the chain of overlays where point `pos' belongs."
   (let ((annotation (annotate-annotation-at pos)))
     (annotate-ensure-annotation (annotation)
       (annotate-find-chain annotation))))



reply via email to

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