diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2022-11-18 11:19:27 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2022-11-18 11:19:27 +0100 |
| commit | 4e0ee2f98e03dde4665b45c23ecb4ed3c51c7d05 (patch) | |
| tree | f3d0a06b44eb3359eb5fe433bd4046f4cf5511a0 | |
| parent | 82f8ae9c9e3a8e35add9b7e772d712b32b2f115e (diff) | |
corfu-infoframe: Update commentary
| -rw-r--r-- | extensions/corfu-infoframe.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/corfu-infoframe.el b/extensions/corfu-infoframe.el index 270e435..2647046 100644 --- a/extensions/corfu-infoframe.el +++ b/extensions/corfu-infoframe.el @@ -32,11 +32,11 @@ ;; Display a documentation popup for completion candidate when using ;; Corfu. The `corfu-infoframe-mode' must be enabled globally. Set ;; `corfu-infoframe-auto' if you want the documentation popup frame to -;; be displayed automatically. For manual toggling the commands -;; `corfu-infoframe-toggle', `corfu-infoframe-location' and -;; `corfu-infoframe-documentation' are bound in the -;; `corfu-infoframe-map'. `corfu-infoframe-toggle' to a key in -;; `corfu-map'. +;; be displayed automatically. + +;; For manual toggling the commands `corfu-infoframe-toggle', +;; `corfu-infoframe-location' and `corfu-infoframe-documentation' are +;; bound in the `corfu-infoframe-map'. ;;; Code: |
