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

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

[nongnu] elpa/annotate a6f7279a4c 016/372: fixed typos and version error


From: ELPA Syncer
Subject: [nongnu] elpa/annotate a6f7279a4c 016/372: fixed typos and version error
Date: Fri, 4 Feb 2022 16:58:15 -0500 (EST)

branch: elpa/annotate
commit a6f7279a4cf6cfc71f6698865ef6d220284ae303
Author: Bastian Bechtold <bb@Mr-Bigglesworth.local>
Commit: Bastian Bechtold <bb@Mr-Bigglesworth.local>

    fixed typos and version error
---
 annotate.el | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/annotate.el b/annotate.el
index ce4db1d5c6..94f1100d92 100644
--- a/annotate.el
+++ b/annotate.el
@@ -5,7 +5,7 @@
 ;; Maintainer: Bastian Bechtold
 ;; URL: https://github.com/bastibe/annotate.el
 ;; Created: 2015-06-10
-;; Version: 0.1.1
+;; Version: 0.1.2
 
 ;; This file is NOT part of GNU Emacs.
 
@@ -31,10 +31,10 @@
 
 ;;; Commentary:
 
-;; This package provides the minor mode annotate-mode, which add
+;; This package provides the minor mode annotate-mode, which can add
 ;; annotations to arbitrary files without changing the files
-;; themselves. Annotations are saved in annotate-file (~/.annotations
-;; by default).
+;; themselves. Annotations are saved in the annotate-file
+;; (~/.annotations by default).
 ;;
 ;; To add annotations to a file, select a region and hit C-c C-a. The
 ;; region will be underlined, and the annotation will be displayed in
@@ -46,7 +46,7 @@
 ;;;###autoload
 (defgroup annotate nil
   "Annotate files without changing them."
-  :version 0.1.1
+  :version "0.1.2"
   :group 'text)
 
 ;;;###autoload



reply via email to

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