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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/help-mode.el [lexbind]
Date: Sat, 04 Sep 2004 05:43:58 -0400

Index: emacs/lisp/help-mode.el
diff -c emacs/lisp/help-mode.el:1.11.4.9 emacs/lisp/help-mode.el:1.11.4.10
*** emacs/lisp/help-mode.el:1.11.4.9    Tue Jul  6 09:23:42 2004
--- emacs/lisp/help-mode.el     Sat Sep  4 09:19:26 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]