]> code.delx.au - gnu-emacs-elpa/commitdiff
Update the README for the debbugs package.
authorChong Yidong <cyd@gnu.org>
Sat, 7 Jan 2012 02:15:37 +0000 (10:15 +0800)
committerChong Yidong <cyd@gnu.org>
Sat, 7 Jan 2012 02:15:37 +0000 (10:15 +0800)
packages/debbugs/README
packages/debbugs/debbugs-gnu.el

index b20dbc87ef3a98cecd9f8927fac49ed6965c1eea..06d5370d7d5667825018c3517a5d16afd8097469 100644 (file)
@@ -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'.
index e4995cc860964d9e3b87871f0ed4cf631f001bd8..1115db819d893fc85f28fd7b01a30214558041c3 100644 (file)
@@ -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.