mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Minor stylistic fixes found by checkdoc
This commit is contained in:
parent
36474a1e49
commit
63f419f133
326 changed files with 1158 additions and 1180 deletions
|
|
@ -108,7 +108,7 @@ These buffers are brought into view when layout occurs.")
|
|||
:documentation
|
||||
"Any active overlays being used to show the debug position.")
|
||||
)
|
||||
"Controls action when in `semantic-debug-mode'")
|
||||
"Controls action when in `semantic-debug-mode'.")
|
||||
|
||||
;; Methods
|
||||
(cl-defmethod semantic-debug-set-frame ((iface semantic-debug-interface) frame)
|
||||
|
|
@ -559,10 +559,8 @@ down to your parser later."
|
|||
(cl-defmethod semantic-debug-parser-frames ((_parser semantic-debug-parser))
|
||||
"Return a list of frames for the current parser.
|
||||
A frame is of the form:
|
||||
( .. .what ? .. )
|
||||
"
|
||||
(error "Parser has not implemented frame values")
|
||||
)
|
||||
( .. .what ? .. )"
|
||||
(error "Parser has not implemented frame values"))
|
||||
|
||||
|
||||
(provide 'semantic/debug)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue