changeset 38154:541f39dd16b8

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 22 Jun 2001 20:05:51 +0000
parents c83a789956ba
children 29c8619f91d0
files lisp/ChangeLog
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Jun 22 16:36:42 2001 +0000
+++ b/lisp/ChangeLog	Fri Jun 22 20:05:51 2001 +0000
@@ -1,3 +1,13 @@
+2001-06-22  Richard M. Stallman  <rms@gnu.org>
+
+	* menu-bar.el (menu-bar-make-toggle): Construct the
+	function's doc string from HELP, not DOC, and make it accurate by
+	adding "Toggle whether to " at the front and downcasing the initial.
+	Change the HELP arg in some calls to make it fit this usage.
+
+	* menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
+	Undo previous change.
+
 2001-06-22  Eli Zaretskii  <eliz@is.elta.co.il>
 
 	* indent.el (indent-relative-maybe, indent-relative): Doc fix.