comparison lisp/help-mode.el @ 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 839ccd7aaee0
children 9916bd512da7 0bdb5a16ae51
comparison
equal deleted inserted replaced
56578:a36e2d80b510 56579:6a5acd0aae39
579 (defun help-go-back () 579 (defun help-go-back ()
580 "Go back to previous topic in this help buffer." 580 "Go back to previous topic in this 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.
588 Things are set up properly so that the resulting help-buffer has 588 Things are set up properly so that the resulting help-buffer has
589 a proper [back] button." 589 a proper [back] button."