diff options
author | Glenn Morris <rgm@gnu.org> | 2008-10-23 02:42:20 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-10-23 02:42:20 +0000 |
commit | 730ad3db854479eb5e19a0d8c33cae17ef3b47a6 (patch) | |
tree | 9c7d56b1f2947ece8f7612fe67cc74a44e0cf302 /lisp/pcmpl-rpm.el | |
parent | 0ee35e515b9a2002fe8a06c85925e023c2248979 (diff) | |
download | emacs-730ad3db854479eb5e19a0d8c33cae17ef3b47a6.tar.gz |
(pcomplete/rpm): Doc fix.
Diffstat (limited to 'lisp/pcmpl-rpm.el')
-rw-r--r-- | lisp/pcmpl-rpm.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/pcmpl-rpm.el b/lisp/pcmpl-rpm.el index c1bfbe6e917..99e42e87edd 100644 --- a/lisp/pcmpl-rpm.el +++ b/lisp/pcmpl-rpm.el @@ -57,7 +57,7 @@ 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 \\[eshell-report-bug] to do so." +You can use \\[report-emacs-bug] to do so." (let (mode) (while (<= pcomplete-index pcomplete-last) (unless mode |