Mercurial > emacs
comparison lisp/pcmpl-rpm.el @ 99069:c61c4d079bc9
(pcomplete/rpm): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 23 Oct 2008 02:42:07 +0000 |
parents | ee5932bf781d |
children | d78006bea879 |
comparison
equal
deleted
inserted
replaced
99068:a487fb70a412 | 99069:c61c4d079bc9 |
---|---|
55 (defun pcomplete/rpm () | 55 (defun pcomplete/rpm () |
56 "Completion for RedHat's `rpm' command. | 56 "Completion for RedHat's `rpm' command. |
57 These rules were taken from the output of `rpm --help' on a RedHat 6.1 | 57 These rules were taken from the output of `rpm --help' on a RedHat 6.1 |
58 system. They follow my interpretation of what followed, but since I'm | 58 system. They follow my interpretation of what followed, but since I'm |
59 not a major rpm user/builder, please send me any corrections you find. | 59 not a major rpm user/builder, please send me any corrections you find. |
60 You can use \\[eshell-report-bug] to do so." | 60 You can use \\[report-emacs-bug] to do so." |
61 (let (mode) | 61 (let (mode) |
62 (while (<= pcomplete-index pcomplete-last) | 62 (while (<= pcomplete-index pcomplete-last) |
63 (unless mode | 63 (unless mode |
64 (if (pcomplete-match "^--\\(.*\\)" 0) | 64 (if (pcomplete-match "^--\\(.*\\)" 0) |
65 (pcomplete-here* | 65 (pcomplete-here* |