diff lisp/progmodes/vhdl-mode.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 55ba5af4bf3a
children da8b3e61b182
line wrap: on
line diff
--- a/lisp/progmodes/vhdl-mode.el	Fri Aug 21 07:11:24 2009 +0000
+++ b/lisp/progmodes/vhdl-mode.el	Fri Aug 21 07:24:26 2009 +0000
@@ -16979,7 +16979,7 @@
     (princ (documentation-property variable 'variable-documentation))
     (with-current-buffer standard-output
       (help-mode))
-    (print-help-return-message)))
+    (help-print-return-message)))
 
 (defun vhdl-doc-mode ()
   "Display VHDL Mode documentation in *Help* buffer."
@@ -16993,7 +16993,7 @@
     (princ (documentation 'vhdl-mode))
     (with-current-buffer standard-output
       (help-mode))
-    (print-help-return-message)))
+    (help-print-return-message)))
 
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;