branch: elpa/swift-mode commit 8f1a697b7e132d2cc49f29640e539226dc041e21 Author: taku0 <mxxouy6x3m_git...@tatapa.org> Commit: taku0 <mxxouy6x3m_git...@tatapa.org>
Fix documentations --- swift-mode-font-lock.el | 2 +- swift-mode-repl.el | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/swift-mode-font-lock.el b/swift-mode-font-lock.el index 2cd1106..a77d152 100644 --- a/swift-mode-font-lock.el +++ b/swift-mode-font-lock.el @@ -56,7 +56,7 @@ (defface swift-mode:constant-keyword-face '((t . (:inherit font-lock-constant-face))) - "Face for highlighting constant keywords + "Face for highlighting constant keywords. That is, true, false, and nil." :group 'swift-mode:faces) diff --git a/swift-mode-repl.el b/swift-mode-repl.el index 0425cd9..20e0421 100644 --- a/swift-mode-repl.el +++ b/swift-mode-repl.el @@ -214,7 +214,8 @@ START and END define region within current buffer" (define-derived-mode swift-repl-mode comint-mode "Swift REPL" "Major mode for interacting with Swift REPL. -A REPL can be fired up with M-x swift-mode:run-repl or M-x run-swift. +A REPL can be fired up with \\<swift-mode-map>\\[swift-mode:run-repl] or \ +\\<swift-mode-map>\\[run-swift]. Customization: Entry to this mode runs the hooks on `comint-mode-hook' and `swift-repl-mode-hook' (in that order).