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