emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp pcmpl-rpm.el [EMACS_23_1_RC]


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp pcmpl-rpm.el [EMACS_23_1_RC]
Date: Wed, 24 Jun 2009 03:44:36 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_23_1_RC
Changes by:     Glenn Morris <gm>       09/06/24 03:44:36

Modified files:
        lisp           : pcmpl-rpm.el 

Log message:
        (pcomplete/rpm): Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/pcmpl-rpm.el?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.17&r2=1.17.2.1

Patches:
Index: pcmpl-rpm.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/pcmpl-rpm.el,v
retrieving revision 1.17
retrieving revision 1.17.2.1
diff -u -b -r1.17 -r1.17.2.1
--- pcmpl-rpm.el        29 Jan 2009 03:43:41 -0000      1.17
+++ pcmpl-rpm.el        24 Jun 2009 03:44:35 -0000      1.17.2.1
@@ -20,7 +20,7 @@
 
 ;;; Commentary:
 
-;; These functions provide completion rules for RedHat's `rpm' tool.
+;; These functions provide completion rules for the `rpm' command.
 
 ;;; Code:
 
@@ -53,11 +53,8 @@
 
 ;;;###autoload
 (defun pcomplete/rpm ()
-  "Completion for RedHat's `rpm' command.
-These rules were taken from the output of `rpm --help' on a RedHat 6.1
-system.  They follow my interpretation of what followed, but since I'm
-not a major rpm user/builder, please send me any corrections you find.
-You can use \\[report-emacs-bug] to do so."
+  "Completion for the `rpm' command."
+  ;; Originally taken from the output of `rpm --help' on a Red Hat 6.1 system.
   (let (mode)
     (while (<= pcomplete-index pcomplete-last)
       (unless mode




reply via email to

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