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 | |
parent | 0ee35e515b9a2002fe8a06c85925e023c2248979 (diff) | |
download | emacs-730ad3db854479eb5e19a0d8c33cae17ef3b47a6.tar.gz |
(pcomplete/rpm): Doc fix.
-rw-r--r-- | lisp/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/pcmpl-rpm.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 390c816145a..5e2440d7a6a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2008-10-23 Glenn Morris <rgm@gnu.org> + * pcmpl-rpm.el (pcomplete/rpm): Doc fix. + * emacs-lisp/cl-macs.el (flet): Throw an error when trying to byte-compile a redefinition of a function with special byte-compile handling. (Bug#411) 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 |