# HG changeset patch # User Stefan Monnier # Date 1138893137 0 # Node ID a0b9a3f3fc7a06711719cdfd97a6800ca3d2c9b2 # Parent ccdb6d05d81af4607d839e8fdbf9a393ed142a03 (*table--cell-describe-mode, *table--cell-describe-bindings): Undo last change since print-help-return-message is not obsoleted by anything at all. diff -r ccdb6d05d81a -r a0b9a3f3fc7a lisp/ChangeLog --- a/lisp/ChangeLog Thu Feb 02 14:41:36 2006 +0000 +++ b/lisp/ChangeLog Thu Feb 02 15:12:17 2006 +0000 @@ -1,3 +1,9 @@ +2006-02-02 Stefan Monnier + + * 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 * 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 * 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. diff -r ccdb6d05d81a -r a0b9a3f3fc7a lisp/textmodes/table.el --- 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'."