Index: emacs/lisp/calc/calc-misc.el
diff -c emacs/lisp/calc/calc-misc.el:1.19 emacs/lisp/calc/calc-misc.el:1.20
*** emacs/lisp/calc/calc-misc.el:1.19   Tue May 17 18:57:41 2005
--- emacs/lisp/calc/calc-misc.el        Fri May 27 21:43:42 2005
***************
*** 160,166 ****
    "Go to a node in the Calculator info documentation."
    (interactive)
    (select-window (get-largest-window))
!   (Info-goto-node (concat "(Calc)" node)))
  
  (defun calc-tutorial ()
    "Run the Emacs Info system on the Calculator Tutorial."
--- 160,166 ----
    "Go to a node in the Calculator info documentation."
    (interactive)
    (select-window (get-largest-window))
!   (info (concat "(Calc)" node)))
  
  (defun calc-tutorial ()
    "Run the Emacs Info system on the Calculator Tutorial."


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to