From 33ab4c537144116e14e48e07fbbff9bd72b240b1 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Fri, 28 Apr 2023 08:52:21 +0200 Subject: Minor corrections --- README.org | 2 +- corfu.el | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.org b/README.org index 3ca5fc9..9424c8b 100644 --- a/README.org +++ b/README.org @@ -4,7 +4,7 @@ #+export_file_name: corfu.texi #+texinfo_dir_category: Emacs misc features #+texinfo_dir_title: Corfu: (corfu). -#+texinfo_dir_desc: Completion Overlay Region FUnction +#+texinfo_dir_desc: COmpletion in Region FUnction #+html: GNU Emacs #+html: GNU ELPA diff --git a/corfu.el b/corfu.el index 906dcc3..51481b9 100644 --- a/corfu.el +++ b/corfu.el @@ -1,4 +1,4 @@ -;;; corfu.el --- COmpletion Region FUnction -*- lexical-binding: t -*- +;;; corfu.el --- COmpletion in Region FUnction -*- lexical-binding: t -*- ;; Copyright (C) 2021-2023 Free Software Foundation, Inc. @@ -27,11 +27,11 @@ ;;; Commentary: -;; Corfu enhances in-buffer completion with a small completion -;; popup. The current candidates are shown in a popup below or above -;; the point. The candidates can be selected by moving up and -;; down. Corfu is the minimalistic in-buffer completion counterpart of -;; the Vertico minibuffer UI. +;; Corfu enhances in-buffer completion with a small completion popup. +;; The current candidates are shown in a popup below or above the +;; point. The candidates can be selected by moving up and down. +;; Corfu is the minimalistic in-buffer completion counterpart of the +;; Vertico minibuffer UI. ;;; Code: @@ -41,7 +41,7 @@ (require 'subr-x)) (defgroup corfu nil - "COmpletion Region FUnction." + "COmpletion in Region FUnction." :link '(info-link :tag "Info Manual" "(corfu)") :link '(url-link :tag "Homepage" "https://github.com/minad/corfu") :link '(emacs-library-link :tag "Library Source" "corfu.el") @@ -1231,7 +1231,7 @@ Quit if no candidate is selected." ;;;###autoload (define-minor-mode corfu-mode - "COmpletion Region FUnction." + "COmpletion in Region FUnction." :global nil :group 'corfu (cond (corfu-mode -- cgit v1.0