[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/pabbrev cd0b91a432 04/15: Add dependency on Emacs 25 an
From: |
Phillip Lord |
Subject: |
[elpa] externals/pabbrev cd0b91a432 04/15: Add dependency on Emacs 25 and package URL. |
Date: |
Tue, 6 Feb 2024 11:40:53 -0500 (EST) |
branch: externals/pabbrev
commit cd0b91a4326a76667527d66d18ebdb7dcc799c1a
Author: Arthur Miller <arthur.miller@live.com>
Commit: Arthur Miller <arthur.miller@live.com>
Add dependency on Emacs 25 and package URL.
---
pabbrev.el | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/pabbrev.el b/pabbrev.el
index a293197e78..646c3b8288 100644
--- a/pabbrev.el
+++ b/pabbrev.el
@@ -4,7 +4,9 @@
;; Author: Phillip Lord <phillip.lord@newcastle.ac.uk>
;; Maintainer: Phillip Lord <phillip.lord@newcastle.ac.uk>
+;; URL: https://github.com/phillord/pabbrev
;; Version: 4.2.1
+;; Package-requires: ((emacs "25.1"))
;; The contents of this file are subject to the GPL License, Version 3.0.
;;
@@ -66,7 +68,7 @@
;; functionality by hitting [tab] for a second time. This takes you
;; into a special suggestions buffer, from where you can select
;; secondary selections. See `pabbrev-select-mode' for more
-;; details. There is also an option `pabbrev-minimal-expansion-p'
+;; details. There is also an option `pabbrev-minimal-expansion-p'
;; which results in the shortest substring option being offered as the
;; first replacement.
;;
@@ -318,9 +320,9 @@ this at a later date."
"If non NIL, signal an error when in a read only buffer.
The function `pabbrev-mode' works by altering the local buffer,
-so it's pointless within a read only buffer. So, normally, it
+so it's pointless within a read only buffer. So, normally, it
prints a message when an attempt is made to use it in this way.
-But this is a pain if you toggle buffers read only a lot. Set
+But this is a pain if you toggle buffers read only a lot. Set
this to NIL, and function `pabbrev-mode' will disable it's functionality in
read only buffers silently."
:type 'boolean
@@ -330,10 +332,10 @@ read only buffers silently."
(defcustom pabbrev-minimal-expansion-p nil
"If t offer minimal expansion.
-pabbrev can select the optimal expansion in two different ways. The
+pabbrev can select the optimal expansion in two different ways. The
normal way is to offer the expansion which occurs most frequently in
the words which pabbrev has scavenged (in any buffer in the same
-mode). The other method is to take the minimal occuring substring
+mode). The other method is to take the minimal occuring substring
present in any potential expansion; this is a lot more like standard
completion seen on a command line.
- [elpa] externals/pabbrev 676eecc85a 07/15: Change maintainer and bump minor version., (continued)
- [elpa] externals/pabbrev 676eecc85a 07/15: Change maintainer and bump minor version., Phillip Lord, 2024/02/06
- [elpa] externals/pabbrev d82c23a563 01/15: Warnings, formatting, inline one-liners, refactoring., Phillip Lord, 2024/02/06
- [elpa] externals/pabbrev 1d3cb0bc7e 08/15: Inline more and add page breaks., Phillip Lord, 2024/02/06
- [elpa] externals/pabbrev 211a06ea01 05/15: Remove XEmacs support., Phillip Lord, 2024/02/06
- [elpa] externals/pabbrev 6242c553aa 09/15: Fix maintainer name, Phillip Lord, 2024/02/06
- [elpa] externals/pabbrev ba7e7824af 10/15: Fix pabbrev-start-idle-timer use before declare, Phillip Lord, 2024/02/06
- [elpa] externals/pabbrev 771ffe3ff7 12/15: Fix close suggestion window debug leftover., Phillip Lord, 2024/02/06
- [elpa] externals/pabbrev 26a4457ade 13/15: Remove minimal-suggestion-length, Phillip Lord, 2024/02/06
- [elpa] externals/pabbrev 7869017d62 15/15: Merge branch 'master' of github.com:phillord/pabbrev into externals/pabbrev, Phillip Lord, 2024/02/06
- [elpa] externals/pabbrev ea437a2210 02/15: Refactored, if->when, inline, Phillip Lord, 2024/02/06
- [elpa] externals/pabbrev cd0b91a432 04/15: Add dependency on Emacs 25 and package URL.,
Phillip Lord <=
- [elpa] externals/pabbrev 7b87655c46 11/15: Some more refactoring:, Phillip Lord, 2024/02/06
- [elpa] externals/pabbrev aa1cb9d8f5 14/15: More refactoring., Phillip Lord, 2024/02/06