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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/help-mode.el [emacs-unicode-2]
Date: Mon, 02 Aug 2004 20:25:21 -0400

Index: emacs/lisp/help-mode.el
diff -c emacs/lisp/help-mode.el:1.17.4.2 emacs/lisp/help-mode.el:1.17.4.3
*** emacs/lisp/help-mode.el:1.17.4.2    Mon Jun 28 07:28:40 2004
--- emacs/lisp/help-mode.el     Tue Aug  3 00:02:59 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]