emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog pcmpl-rpm.el
Date: Tue, 23 Jun 2009 07:43:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/06/23 07:43:20

Modified files:
        lisp           : ChangeLog pcmpl-rpm.el 

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

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15726&r2=1.15727
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/pcmpl-rpm.el?cvsroot=emacs&r1=1.17&r2=1.18

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15726
retrieving revision 1.15727
diff -u -b -r1.15726 -r1.15727
--- ChangeLog   23 Jun 2009 07:39:40 -0000      1.15726
+++ ChangeLog   23 Jun 2009 07:43:17 -0000      1.15727
@@ -1,5 +1,7 @@
 2009-06-23  Glenn Morris  <address@hidden>
 
+       * pcmpl-rpm.el (pcomplete/rpm): Doc fix.
+
        * bindings.el (mode-line-modified): Fix case of "Buffer is modified".
 
        * textmodes/ispell.el (ispell-local-dictionary): Doc fix.

Index: pcmpl-rpm.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/pcmpl-rpm.el,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -b -r1.17 -r1.18
--- pcmpl-rpm.el        29 Jan 2009 03:43:41 -0000      1.17
+++ pcmpl-rpm.el        23 Jun 2009 07:43:19 -0000      1.18
@@ -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]