]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/table.el
(org-ctrl-c-ctrl-c): Improved documentation string.
[gnu-emacs] / lisp / textmodes / table.el
index db8d2c94c46b57e56c2e48637201263bbc635bf4..6c9463fe11e1033d66adfcacc733a3038727a43e 100644 (file)
@@ -4076,7 +4076,7 @@ fit in the cell width the word is folded into the next line.  The
 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             binding
                               (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'."