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/corfu-popupinfo.el | |
| parent | bb5c2561a025d03d5976bf0c64655606ee04f208 (diff) | |
Fix whitespace warnings
Diffstat (limited to 'extensions/corfu-popupinfo.el')
| -rw-r--r-- | extensions/corfu-popupinfo.el | 18 |
1 files changed, 9 insertions, 9 deletions
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)) |
