[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/calc/calc-misc.el
From: |
Jay Belanger |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/calc/calc-misc.el |
Date: |
Fri, 27 May 2005 17:43:42 -0400 |
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."