diff lisp/calc/calc-help.el @ 104386:2e0765155e47

Use help-print-return-message rather than the now obsolete alias.
author Glenn Morris <rgm@gnu.org>
date Fri, 21 Aug 2009 07:24:26 +0000
parents a9dc0e7c3f2b
children 2c12fbae77c2
line wrap: on
line diff
--- a/lisp/calc/calc-help.el	Fri Aug 21 07:11:24 2009 +0000
+++ b/lisp/calc/calc-help.el	Fri Aug 21 07:24:26 2009 +0000
@@ -1,7 +1,7 @@
 ;;; calc-help.el --- help display functions for Calc,
 
-;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004,
-;;   2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
+;; Copyright (C) 1990, 1991, 1992, 1993, 2001, 2002, 2003, 2004, 2005,
+;;   2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 
 ;; Author: David Gillespie <daveg@synaptics.com>
 ;; Maintainer: Jay Belanger <jay.p.belanger@gmail.com>
@@ -283,7 +283,7 @@
 				(beginning-of-line)
 				(princ (buffer-substring pt (point))))
 			      (setq notes (cdr notes)))
-			    (print-help-return-message)))
+			    (help-print-return-message)))
 		      (calc-unread-command (cdr key)))))
 	      (if (or (null defn) (integerp defn))
 		  (message "%s is undefined" desc)
@@ -466,7 +466,7 @@
 	      calc-shift-Y-prefix-help
 	      calc-shift-Z-prefix-help
 	      calc-z-prefix-help)))
-    (print-help-return-message)))
+    (help-print-return-message)))
 
 (defun calc-h-prefix-help ()
   (interactive)