emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/help-mode.el


From: John Paul Wallington
Subject: [Emacs-diffs] Changes to emacs/lisp/help-mode.el
Date: Sun, 01 Aug 2004 04:30:16 -0400

Index: emacs/lisp/help-mode.el
diff -c emacs/lisp/help-mode.el:1.28 emacs/lisp/help-mode.el:1.29
*** emacs/lisp/help-mode.el:1.28        Wed May 19 00:56:46 2004
--- emacs/lisp/help-mode.el     Sun Aug  1 05:53:50 2004
***************
*** 581,587 ****
    (interactive)
    (if help-xref-stack
        (help-xref-go-back (current-buffer))
!     (error "No previous help buffer.")))
  
  (defun help-do-xref (pos function args)
    "Call the help cross-reference function FUNCTION with args ARGS.
--- 581,587 ----
    (interactive)
    (if help-xref-stack
        (help-xref-go-back (current-buffer))
!     (error "No previous help buffer")))
  
  (defun help-do-xref (pos function args)
    "Call the help cross-reference function FUNCTION with args ARGS.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]