; More stylistic docfixes in emacs-lisp/*.el found by checkdoc
This commit is contained in:
parent
11d6d6c3ea
commit
dd1220b969
20 changed files with 37 additions and 37 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue