]> code.delx.au - gnu-emacs/commitdiff
(*table--cell-describe-mode, *table--cell-describe-bindings): Undo last change
authorStefan Monnier <monnier@iro.umontreal.ca>
Thu, 2 Feb 2006 15:12:17 +0000 (15:12 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Thu, 2 Feb 2006 15:12:17 +0000 (15:12 +0000)
since print-help-return-message is not obsoleted by anything at all.

lisp/ChangeLog
lisp/textmodes/table.el

index 22798bb24ffc33eaf68208c7adf65a65b1e99c6e..993053b0a5a765f20ca5f563eb8ae1acc572b2e6 100644 (file)
@@ -1,3 +1,9 @@
+2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * textmodes/table.el (*table--cell-describe-mode)
+       (*table--cell-describe-bindings): Undo last change since
+       print-help-return-message is not obsoleted by anything at all.
+
 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
 
        * emulation/cua-base.el (cua-mode): Doc fix.
@@ -19,8 +25,7 @@
        (hi-lock-file-patterns-range): Fix typos in docstrings.
 
        * savehist.el (savehist-loaded, savehist-load, savehist-install)
-       (savehist-autosave, savehist-trim-history): Fix typos in
-       docstrings.
+       (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
 
        * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
        Fix typo in docstring.
@@ -66,7 +71,7 @@
 2006-01-31  Richard M. Stallman  <rms@gnu.org>
 
        * replace.el (multi-occur): Doc fix.
-       (multi-occur-in-matching-buffers): Renamed from
+       (multi-occur-in-matching-buffers): Rename from
        multi-occur-by-filename-regexp.  Prefix arg says match
        buffer names instead of file names.
 
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'."