changeset 62829:a91bfc189888

(calc-info-goto-node): Use info instead of Info-goto-node.
author Jay Belanger <jay.p.belanger@gmail.com>
date Fri, 27 May 2005 21:43:42 +0000
parents 631fcdc8480c
children 30c9a1aa0925
files lisp/calc/calc-misc.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/calc/calc-misc.el	Fri May 27 21:28:01 2005 +0000
+++ b/lisp/calc/calc-misc.el	Fri May 27 21:43:42 2005 +0000
@@ -160,7 +160,7 @@
   "Go to a node in the Calculator info documentation."
   (interactive)
   (select-window (get-largest-window))
-  (Info-goto-node (concat "(Calc)" node)))
+  (info (concat "(Calc)" node)))
 
 (defun calc-tutorial ()
   "Run the Emacs Info system on the Calculator Tutorial."