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

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

[nongnu] elpa/mentor dae9cab02f 2/7: Fix references to Emacs


From: ELPA Syncer
Subject: [nongnu] elpa/mentor dae9cab02f 2/7: Fix references to Emacs
Date: Thu, 22 Sep 2022 09:59:09 -0400 (EDT)

branch: elpa/mentor
commit dae9cab02fedc047b40542f9ed443564cf781b51
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Fix references to Emacs
---
 README.org | 2 +-
 mentor.el  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index d2c216fa4d..db416140c4 100644
--- a/README.org
+++ b/README.org
@@ -3,7 +3,7 @@
 
[[https://elpa.nongnu.org/nongnu/mentor.html][https://elpa.nongnu.org/nongnu/mentor.svg]]
 [[https://melpa.org/#/mentor][https://melpa.org/packages/mentor-badge.svg]]
 
-mentor is a GNU Emacs frontend for the 
[[http://libtorrent.rakshasa.no/][rTorrent]] bittorrent client.
+mentor is a [[https://www.gnu.org/software/emacs][GNU Emacs]] frontend for the 
[[http://libtorrent.rakshasa.no/][rTorrent]] bittorrent client.
 
 By default, it will start and run rTorrent from within Emacs but can also be
 configured to use an external rTorrent instance over XML-RPC.
diff --git a/mentor.el b/mentor.el
index 41e8c1eb2b..7d40955c4a 100644
--- a/mentor.el
+++ b/mentor.el
@@ -28,7 +28,7 @@
 
 ;;; Commentary:
 
-;; mentor is a GNU Emacs frontend for the `rTorrent' bittorrent client.
+;; mentor is an Emacs frontend for the `rTorrent' bittorrent client.
 
 ;; By default, it will start and run rTorrent from within Emacs but can also be
 ;; configured to use an external rTorrent instance over XML-RPC.
@@ -398,7 +398,7 @@ This will only work with rTorrent 0.9.7 or later."
     ["Quit Mentor" mentor-shutdown]))
 
 (define-derived-mode mentor-mode special-mode "mentor"
-  "Major mode for controlling rTorrent from GNU Emacs.
+  "Major mode for controlling rTorrent.
 
 Type \\[mentor] to start Mentor.
 \\<mentor-mode-map>



reply via email to

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