emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/swift-mode 8f1a697 483/496: Fix documentations


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 8f1a697 483/496: Fix documentations
Date: Sun, 29 Aug 2021 11:34:32 -0400 (EDT)

branch: elpa/swift-mode
commit 8f1a697b7e132d2cc49f29640e539226dc041e21
Author: taku0 <mxxouy6x3m_github@tatapa.org>
Commit: taku0 <mxxouy6x3m_github@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).



reply via email to

[Prev in Thread] Current Thread [Next in Thread]