From 5f0e1d42620462d544caa949482e8adda8c980b7 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Fri, 22 Jun 2001 10:38:20 +0000 Subject: [PATCH] (toggle-debug-on-quit, toggle-debug-on-error): Doc fix. --- lisp/ChangeLog | 5 +++++ lisp/menu-bar.el | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 61b6660b860..450f5b28298 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-06-22 Eli Zaretskii + + * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc + fix. + 2001-06-21 Eli Zaretskii * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button. diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el index e78858cda3e..35245e093e8 100644 --- a/lisp/menu-bar.el +++ b/lisp/menu-bar.el @@ -576,11 +576,13 @@ Do the same for the keys of the same name." (define-key menu-bar-options-menu [debug-on-quit] (menu-bar-make-toggle toggle-debug-on-quit debug-on-quit - "Enter Debugger on Quit/C-g" "Debug on Quit %s" + "Toggle whether to enter the Lisp Debugger on Quit/C-g" + "Debug on Quit %s" "Enter Lisp debugger when C-g is pressed")) (define-key menu-bar-options-menu [debug-on-error] (menu-bar-make-toggle toggle-debug-on-error debug-on-error - "Enter Debugger on Error" "Debug on Error %s" + "Toggle whether to enter the Lisp Debugger on Error" + "Debug on Error %s" "Enter Lisp debugger when error is signaled")) (define-key menu-bar-options-menu [debugger-separator] '("--")) -- 2.39.2