diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-09-18 13:12:41 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-09-18 13:14:50 +0200 |
commit | dd1220b96972d77e5bbe1094586514bae63fe1eb (patch) | |
tree | 1c5295b91b316ffc40931cd02c1f4fc028ec2097 /lisp/emacs-lisp/edebug.el | |
parent | 11d6d6c3ea8d3f131b0b21db6e51a66d8b20d40e (diff) | |
download | emacs-dd1220b96972d77e5bbe1094586514bae63fe1eb.tar.gz emacs-dd1220b96972d77e5bbe1094586514bae63fe1eb.tar.bz2 emacs-dd1220b96972d77e5bbe1094586514bae63fe1eb.zip |
; More stylistic docfixes in emacs-lisp/*.el found by checkdoc
Diffstat (limited to 'lisp/emacs-lisp/edebug.el')
-rw-r--r-- | lisp/emacs-lisp/edebug.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/edebug.el b/lisp/emacs-lisp/edebug.el index 7def9ff96a7..4f3c05baa98 100644 --- a/lisp/emacs-lisp/edebug.el +++ b/lisp/emacs-lisp/edebug.el @@ -3571,7 +3571,7 @@ This is useful for exiting even if `unwind-protect' code may be executed." (defun edebug-set-initial-mode () "Set the initial execution mode of Edebug. The mode is requested via the key that would be used to set the mode in -edebug-mode." +`edebug-mode'." (interactive) (let* ((old-mode edebug-initial-mode) (key (read-key-sequence @@ -4468,7 +4468,7 @@ With prefix argument, make it a temporary breakpoint." 'read-expression-history))))))) (edebug-modify-breakpoint t condition arg)) -(easy-menu-define edebug-menu edebug-mode-map "Edebug menus" edebug-mode-menus) +(easy-menu-define edebug-menu edebug-mode-map "Edebug menus." edebug-mode-menus) ;;; Finalize Loading |