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

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

[elpa] externals/debbugs 8dd02c4 082/311: Update the README for the debb


From: Stefan Monnier
Subject: [elpa] externals/debbugs 8dd02c4 082/311: Update the README for the debbugs package.
Date: Sun, 29 Nov 2020 18:41:45 -0500 (EST)

branch: externals/debbugs
commit 8dd02c4c5b22f596a72e1ebf94df8a67ffbce6c2
Author: Chong Yidong <cyd@gnu.org>
Commit: Chong Yidong <cyd@gnu.org>

    Update the README for the debbugs package.
---
 README         | 14 +++++++++-----
 debbugs-gnu.el |  2 +-
 2 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/README b/README
index b20dbc8..06d5370 100644
--- a/README
+++ b/README
@@ -1,9 +1,13 @@
-This package provides some basic functions to access a debbugs SOAP
-server (see <http://wiki.debian.org/DebbugsSoapInterface>).
+This package lets you access the GNU Bug Tracker from within Emacs.
 
-It implements the SOAP functions "get_bugs", "newest_bugs",
-"get_status" and "get_bug_log".  The SOAP functions "get_usertag" and
+It defines the command `M-x debbugs-gnu' for listing bugs, and the
+command `M-x debbugs-gnu-search' for bug searching.
+
+This package works by implementing basic functions to access a debbugs
+SOAP server (see <http://wiki.debian.org/DebbugsSoapInterface>).  It
+implements the SOAP functions "get_bugs", "newest_bugs", "get_status"
+and "get_bug_log".  The SOAP functions "get_usertag" and
 "get_versions" are not implemented (yet).
 
-The debbugs server to be connected can be customized via the option
+You can connect to other debbugs servers by customizing the variable
 `debbugs-port'.
diff --git a/debbugs-gnu.el b/debbugs-gnu.el
index e4995cc..1115db8 100644
--- a/debbugs-gnu.el
+++ b/debbugs-gnu.el
@@ -25,7 +25,7 @@
 ;;; Commentary:
 
 ;; This package provides an interface to bug reports which are located
-;; on the GNU bug tracker debbugs.gnu.org.  It's main purpose is to
+;; on the GNU bug tracker debbugs.gnu.org.  Its main purpose is to
 ;; show and manipulate bug reports from Emacs, but it could be used
 ;; also for other GNU projects which use the same bug tracker.
 



reply via email to

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