Skip to content

Commit

Permalink
Fixes some documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
VernonGrant committed Jun 26, 2022
1 parent ad0d2a0 commit 4631ce4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sidekick.el
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
(define-key map "p" 'sidekick-open-previous-match)
(define-key map (kbd "RET") 'sidekick-open-match)
map)
"The local key map used for sidekick-mode.")
"The local key map used for `sidekick-mode'.")

(defvar sidekick-mode-fonts
`(
Expand All @@ -173,7 +173,7 @@
("^[-\s]\\{3\\}+\s+[-].*" . font-lock-comment-face)
("^[\\*\s]\\{2\\}[\\*\s]+[\\*]" . font-lock-comment-face)
("^[\\*\s]+[\s]+\\([a-zA-Z]+[:]\s[0-9\\.]+\\)" (1 font-lock-keyword-face)))
"Defines the font lock defaults for sidekick-mode.")
"Defines the font lock defaults for `sidekick-mode'.")

(defun sidekick--deconstruct()
"Clears Sidekick mode related variables."
Expand Down

0 comments on commit 4631ce4

Please # to comment.