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

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

[nongnu] elpa/vcomplete 1106acfc5b 02/91: ; Fix various erroneous refere


From: ELPA Syncer
Subject: [nongnu] elpa/vcomplete 1106acfc5b 02/91: ; Fix various erroneous references to swsw
Date: Tue, 24 May 2022 15:59:05 -0400 (EDT)

branch: elpa/vcomplete
commit 1106acfc5b3c40ba5a42edf5b475fc940b4c6a70
Author: Daniel Semyonov <cmstr@dsemy.com>
Commit: Daniel Semyonov <cmstr@dsemy.com>

    ; Fix various erroneous references to swsw
---
 NEWS           | 2 +-
 README         | 4 ++--
 vcomplete.el   | 2 +-
 vcomplete.texi | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index bd1d045328..1c79d889f5 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@ See the end of the file for an explanation of the versioning 
scheme.
 ** Initial version.
 
 * Versioning scheme
-swsw's versioning scheme is inspired by semver (https://semver.org/).
+Vcomplete's versioning scheme is inspired by semver (https://semver.org/).
 Each version number is of the form MAJOR.MINOR.PATCH (patch may be
 omitted if 0).
 The MAJOR version is bumped when a user facing variable or function
diff --git a/README b/README
index e71ea4ca8b..5ee1ac7387 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ Installation:
 
 From ELPA: (not available yet)
 
-M-x package-install RET swsw RET
+M-x package-install RET vcomplete RET
 
 From the repository:
 
@@ -53,7 +53,7 @@ C-p moves point to the previous completion.
 
 M-RET (C-M-m) chooses the completion at point.
 
-More commands can be added through ‘swsw-command-map’:
+More commands can be added through ‘vcomplete-command-map’:
 
 (define-key vcomplete-command-map [?\C-a] #'my-command)
 
diff --git a/vcomplete.el b/vcomplete.el
index 729513a48d..bc1d66bf82 100644
--- a/vcomplete.el
+++ b/vcomplete.el
@@ -59,7 +59,7 @@
 ;;
 ;; C-x k kills the buffer associated with the completion at point.
 ;;
-;; More commands can be added through ‘swsw-command-map’:
+;; More commands can be added through ‘vcomplete-command-map’:
 ;;
 ;; (define-key vcomplete-command-map [?\C-a] #'my-command)
 ;;
diff --git a/vcomplete.texi b/vcomplete.texi
index 96b85fbdc0..11ac2128a9 100644
--- a/vcomplete.texi
+++ b/vcomplete.texi
@@ -88,7 +88,7 @@ completing in a minibuffer and in normal buffers.
 @node Installation
 @chapter Installation
 
-swsw can be installed from GNU ELPA: (not available yet)
+Vcomplete can be installed from GNU ELPA: (not available yet)
 
 @table @asis
 @item @kbd{M-x package-install RET vcomplete RET}



reply via email to

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