Skip to content

Commit 8f1a697

Browse files
committed
Fix documentations
1 parent 19c956c commit 8f1a697

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

swift-mode-font-lock.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
(defface swift-mode:constant-keyword-face
5858
'((t . (:inherit font-lock-constant-face)))
59-
"Face for highlighting constant keywords
59+
"Face for highlighting constant keywords.
6060
6161
That is, true, false, and nil."
6262
:group 'swift-mode:faces)

swift-mode-repl.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ START and END define region within current buffer"
214214
(define-derived-mode swift-repl-mode comint-mode "Swift REPL"
215215
"Major mode for interacting with Swift REPL.
216216
217-
A REPL can be fired up with M-x swift-mode:run-repl or M-x run-swift.
217+
A REPL can be fired up with \\<swift-mode-map>\\[swift-mode:run-repl] or \
218+
\\<swift-mode-map>\\[run-swift].
218219
219220
Customization: Entry to this mode runs the hooks on `comint-mode-hook' and
220221
`swift-repl-mode-hook' (in that order).

0 commit comments

Comments
 (0)