Mercurial > emacs
changeset 56579:6a5acd0aae39
(help-go-back): Delete period from end of error message.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Sun, 01 Aug 2004 05:53:50 +0000 |
parents | a36e2d80b510 |
children | 18f9ce8e85d1 |
files | lisp/help-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/help-mode.el Sun Aug 01 05:52:30 2004 +0000 +++ b/lisp/help-mode.el Sun Aug 01 05:53:50 2004 +0000 @@ -581,7 +581,7 @@ (interactive) (if help-xref-stack (help-xref-go-back (current-buffer)) - (error "No previous help buffer."))) + (error "No previous help buffer"))) (defun help-do-xref (pos function args) "Call the help cross-reference function FUNCTION with args ARGS.