diff lisp/textmodes/table.el @ 68571:a0b9a3f3fc7a

(*table--cell-describe-mode, *table--cell-describe-bindings): Undo last change since print-help-return-message is not obsoleted by anything at all.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 02 Feb 2006 15:12:17 +0000
parents fe442ba33e0a
children c2a4cb0acf5e d6f8fe3307c8
line wrap: on
line diff
--- a/lisp/textmodes/table.el	Thu Feb 02 14:41:36 2006 +0000
+++ b/lisp/textmodes/table.el	Thu Feb 02 15:12:17 2006 +0000
@@ -4076,7 +4076,7 @@
 folded location is marked by a continuation character which is
 specified in the variable `table-word-continuation-char'.
 ")
-      (help-print-return-message))))
+      (print-help-return-message))))
 
 (defun *table--cell-describe-bindings ()
   "Table cell version of `describe-bindings'."
@@ -4094,7 +4094,7 @@
 			       (key-description (car binding))
 			       (cdr binding))))
 	      table-cell-bindings)
-      (help-print-return-message))))
+      (print-help-return-message))))
 
 (defun *table--cell-dabbrev-expand (arg)
   "Table cell version of `dabbrev-expand'."