diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-14 14:51:36 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2023-01-14 14:51:36 +0100 |
| commit | c512ea30e4ff7a8ceac2db05cf00fbcc1785c679 (patch) | |
| tree | fba44fe6f883ee4f0db7321637c723707d68096a /extensions | |
| parent | bb5c2561a025d03d5976bf0c64655606ee04f208 (diff) | |
Fix whitespace warnings
Diffstat (limited to 'extensions')
| -rw-r--r-- | extensions/corfu-echo.el | 4 | ||||
| -rw-r--r-- | extensions/corfu-history.el | 2 | ||||
| -rw-r--r-- | extensions/corfu-indexed.el | 4 | ||||
| -rw-r--r-- | extensions/corfu-info.el | 2 | ||||
| -rw-r--r-- | extensions/corfu-popupinfo.el | 18 | ||||
| -rw-r--r-- | extensions/corfu-quick.el | 4 |
6 files changed, 17 insertions, 17 deletions
diff --git a/extensions/corfu-echo.el b/extensions/corfu-echo.el index 3dc05ba..cad3d06 100644 --- a/extensions/corfu-echo.el +++ b/extensions/corfu-echo.el @@ -26,7 +26,7 @@ ;;; Commentary: -;; Show candidate documentation in echo area. Enable `corfu-echo-mode'. +;; Show candidate documentation in echo area. Enable `corfu-echo-mode'. ;;; Code: @@ -41,7 +41,7 @@ (defcustom corfu-echo-delay '(2.0 . 1.0) "Show documentation string in the echo area after that number of seconds. -Set to t for an instant message. The value can be a pair of two +Set to t for an instant message. The value can be a pair of two floats to specify initial and subsequent delay." :type '(choice (const :tag "Never" nil) (const :tag "Instant" t) diff --git a/extensions/corfu-history.el b/extensions/corfu-history.el index c4dd9d1..e42306b 100644 --- a/extensions/corfu-history.el +++ b/extensions/corfu-history.el @@ -27,7 +27,7 @@ ;;; Commentary: ;; Enable `corfu-history-mode' to sort candidates by their history -;; position. Maintain a list of recently selected candidates. In order +;; position. Maintain a list of recently selected candidates. In order ;; to save the history across Emacs sessions, enable `savehist-mode' and ;; add `corfu-history' to `savehist-additional-variables'. ;; diff --git a/extensions/corfu-indexed.el b/extensions/corfu-indexed.el index c090a97..8c2ccbc 100644 --- a/extensions/corfu-indexed.el +++ b/extensions/corfu-indexed.el @@ -27,8 +27,8 @@ ;;; Commentary: ;; This package is a Corfu extension, which prefixes candidates with indices if -;; enabled via `corfu-indexed-mode'. It allows you to select candidates with -;; prefix arguments. This is designed to be a faster alternative to selecting a +;; enabled via `corfu-indexed-mode'. It allows you to select candidates with +;; prefix arguments. This is designed to be a faster alternative to selecting a ;; candidate with `corfu-next' and `corfu-previous'. ;;; Code: diff --git a/extensions/corfu-info.el b/extensions/corfu-info.el index 88aeb5a..39ba335 100644 --- a/extensions/corfu-info.el +++ b/extensions/corfu-info.el @@ -27,7 +27,7 @@ ;;; Commentary: ;; This Corfu extension provides commands to show additional information to the -;; candidates in a separate buffer. The commands `corfu-info-location' and +;; candidates in a separate buffer. The commands `corfu-info-location' and ;; `corfu-info-documentation' are bound by default in the `corfu-map' to M-g and ;; M-h respectively. diff --git a/extensions/corfu-popupinfo.el b/extensions/corfu-popupinfo.el index 60cb0b5..d81e953 100644 --- a/extensions/corfu-popupinfo.el +++ b/extensions/corfu-popupinfo.el @@ -27,10 +27,10 @@ ;;; Commentary: ;; Display an information popup for completion candidate when using -;; Corfu. The popup displays either the candidate documentation or the -;; candidate location. The `corfu-popupinfo-mode' must be enabled -;; globally. Set `corfu-popupinfo-delay' to nil if the info popup should -;; not update automatically. If the popup should not appear initially, +;; Corfu. The popup displays either the candidate documentation or the +;; candidate location. The `corfu-popupinfo-mode' must be enabled +;; globally. Set `corfu-popupinfo-delay' to nil if the info popup should +;; not update automatically. If the popup should not appear initially, ;; but update automatically afterwards, use `(setq corfu-popupinfo-delay ;; (cons nil 1.0))'. @@ -53,10 +53,10 @@ (defcustom corfu-popupinfo-delay '(2.0 . 1.0) "Automatically update info popup after that number of seconds. -Set to t for an instant update. The value can be a pair of two -floats to specify initial and subsequent delay. If the value is +Set to t for an instant update. The value can be a pair of two +floats to specify initial and subsequent delay. If the value is non-nil or the car of the pair is non-nil, the popup will -automatically appear for the preselected candidate. Otherwise the +automatically appear for the preselected candidate. Otherwise the popup can be requested manually via `corfu-popupinfo-toggle', `corfu-popupinfo-documentation' and `corfu-popupinfo-location'." :type '(choice (const :tag "Never" nil) @@ -150,7 +150,7 @@ popup can be requested manually via `corfu-popupinfo-toggle', (defvar-local corfu-popupinfo--coordinates nil "Coordinates of the candidate popup. The coordinates list has the form (LEFT TOP RIGHT BOTTOM) where -all values are in pixels relative to the origin. See +all values are in pixels relative to the origin. See `frame-edges' for details.") (defvar-local corfu-popupinfo--lock-dir nil @@ -277,7 +277,7 @@ AREA1 and AREA2 are both in the form (X Y WIDTH HEIGHT DIR)." (defun corfu-popupinfo--area (ps) "Calculate the display area for the info popup. -PS is the pixel size of the popup. The calculated area is in the +PS is the pixel size of the popup. The calculated area is in the form (X Y WIDTH HEIGHT DIR)." (pcase-let* ((cw (default-font-width)) (lh (default-line-height)) diff --git a/extensions/corfu-quick.el b/extensions/corfu-quick.el index 9e937bc..1fc68d3 100644 --- a/extensions/corfu-quick.el +++ b/extensions/corfu-quick.el @@ -27,8 +27,8 @@ ;;; Commentary: ;; This package is a Corfu extension, which prefixes candidates with -;; quick keys. Typing these quick keys allows you to select the -;; candidate in front of them. This is designed to be a faster +;; quick keys. Typing these quick keys allows you to select the +;; candidate in front of them. This is designed to be a faster ;; alternative to selecting a candidate with `corfu-next' and ;; `corfu-previous'. ;; (keymap-set corfu-map "M-q" #'corfu-quick-complete) |
