# HG changeset patch # User John Paul Wallington # Date 1091339630 0 # Node ID 6a5acd0aae3925d9face413a1a90c7b76df43411 # Parent a36e2d80b510831e25b595eb1ab03cfcaadf2d6e (help-go-back): Delete period from end of error message. diff -r a36e2d80b510 -r 6a5acd0aae39 lisp/help-mode.el --- 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.