[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/annotate 58bbb16e07 02/17: - fixed typo in docstring.
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/annotate 58bbb16e07 02/17: - fixed typo in docstring. |
Date: |
Fri, 25 Feb 2022 14:57:55 -0500 (EST) |
branch: elpa/annotate
commit 58bbb16e07ef7d05eef6834dd33a2cd19b5271ef
Author: cage <cage@invalid>
Commit: cage <cage@invalid>
- fixed typo in docstring.
---
annotate.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/annotate.el b/annotate.el
index a9b2e7a02b..e230e617bf 100644
--- a/annotate.el
+++ b/annotate.el
@@ -1381,16 +1381,15 @@ essentially what you get from:
(list left-limit right-limit))
(defun annotate-annotation-interval (annotation)
- ;; FIXME: Should "interval i the" below be "interval in the"?
"Return the limits where ANNOTATION is applied.
The limit is a list of two numbers (LEFT RIGHT) representing of the portion
of the buffer where this annotation is applied.
Note that this function returns the character interval
yyyyyyyy ggg
- ^^^^^^^ ← Annotation interval i the database (extends for one more than the
last character)
+ ^^^^^^^ ← Annotation interval in the database (extends for one more than
the last character)
|----| ← The interval that this function returns.
-In other terms the interval i the database is a closed interval while the
interval that
+In other terms the interval in the database is a closed interval while the
interval that
this function return is closed on the left and open on the right side."
(annotate--make-interval (annotate-beginning-of-annotation annotation)
(1- (annotate-ending-of-annotation annotation))))
- [nongnu] elpa/annotate updated (0cfad246ee -> 5bf59f8038), ELPA Syncer, 2022/02/25
- [nongnu] elpa/annotate 58bbb16e07 02/17: - fixed typo in docstring.,
ELPA Syncer <=
- [nongnu] elpa/annotate 683ebed03a 04/17: -removed macros 'annotate-with-inhibit-modification-hooks' and, ELPA Syncer, 2022/02/25
- [nongnu] elpa/annotate f717cb2514 05/17: - improved comment., ELPA Syncer, 2022/02/25
- [nongnu] elpa/annotate 50ac6fb2fe 06/17: - explained why we need too hook into 'window-configuration-change-hook', ELPA Syncer, 2022/02/25
- [nongnu] elpa/annotate 87a96e186c 08/17: - explained why we need to use 'after-hook'., ELPA Syncer, 2022/02/25
- [nongnu] elpa/annotate f2dd24802e 13/17: - removed nested 'if' inside a call to 'list'., ELPA Syncer, 2022/02/25
- [nongnu] elpa/annotate 5bf59f8038 17/17: Merge pull request #122 from cage2/feedback-nonGNU, ELPA Syncer, 2022/02/25
- [nongnu] elpa/annotate 3ea6b0c03f 01/17: - patched code as suggested from emacs maintainer., ELPA Syncer, 2022/02/25
- [nongnu] elpa/annotate 1f159c36e3 07/17: - commenting call to 'font-lock-flush' when removing annotation, ELPA Syncer, 2022/02/25
- [nongnu] elpa/annotate 1507291640 10/17: - fixed comment., ELPA Syncer, 2022/02/25
- [nongnu] elpa/annotate f7c4fc47ab 09/17: - removed reference in a comment for a non existent argument function., ELPA Syncer, 2022/02/25