diff options
| author | John Paul Wallington | 2004-08-01 05:54:54 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2004-08-01 05:54:54 +0000 |
| commit | fdeadcd1f6182517df0fcd908513b3f7207b1b55 (patch) | |
| tree | 9a86d9b408a9673d5b0e93ee54330048686ddabd | |
| parent | 747aa4cfc6879ed3e8b7861082572ca104c27380 (diff) | |
| download | emacs-fdeadcd1f6182517df0fcd908513b3f7207b1b55.tar.gz emacs-fdeadcd1f6182517df0fcd908513b3f7207b1b55.zip | |
(help-go-back): Delete period from end of error message.
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/help-mode.el | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c9f70c9f4be..c2336e478a8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2004-08-01 John Paul Wallington <jpw@gnu.org> | 1 | 2004-08-01 John Paul Wallington <jpw@gnu.org> |
| 2 | 2 | ||
| 3 | * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility) | ||
| 4 | (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist) | ||
| 5 | (pr-switches): Remove period from end of error messages. | ||
| 6 | |||
| 7 | * help-mode.el (help-go-back): Likewise. | ||
| 8 | |||
| 3 | * abbrev.el (only-global-abbrevs): Doc fix. | 9 | * abbrev.el (only-global-abbrevs): Doc fix. |
| 4 | (edit-abbrevs-map): Define within defvar. | 10 | (edit-abbrevs-map): Define within defvar. |
| 5 | (quietly-read-abbrev-file): Doc fix. | 11 | (quietly-read-abbrev-file): Doc fix. |
diff --git a/lisp/help-mode.el b/lisp/help-mode.el index 11656ec368c..a2dcdf91ed8 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el | |||
| @@ -581,7 +581,7 @@ help buffer." | |||
| 581 | (interactive) | 581 | (interactive) |
| 582 | (if help-xref-stack | 582 | (if help-xref-stack |
| 583 | (help-xref-go-back (current-buffer)) | 583 | (help-xref-go-back (current-buffer)) |
| 584 | (error "No previous help buffer."))) | 584 | (error "No previous help buffer"))) |
| 585 | 585 | ||
| 586 | (defun help-do-xref (pos function args) | 586 | (defun help-do-xref (pos function args) |
| 587 | "Call the help cross-reference function FUNCTION with args ARGS. | 587 | "Call the help cross-reference function FUNCTION with args ARGS. |