comparison lisp/help-mode.el @ 89958:0bdb5a16ae51

Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-27 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-471 - miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-478 Update from CVS
author Miles Bader <miles@gnu.org>
date Tue, 03 Aug 2004 00:03:00 +0000
parents 4c90ffeb71c5 6a5acd0aae39
children eac554634bfa
comparison
equal deleted inserted replaced
89957:c08afac24467 89958:0bdb5a16ae51
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."