branch: externals/consult
commit 13c51f238bb71a0bf30a518a369ed7959c727610
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    More meaningful package description
---
 README.org | 2 +-
 consult.el | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index 628d1a88cc..67a203ce64 100644
--- a/README.org
+++ b/README.org
@@ -1,4 +1,4 @@
-#+title: consult.el - Consulting completing-read
+#+title: consult.el - Search and navigate via completing-read
 #+author: Daniel Mendler
 #+language: en
 #+export_file_name: consult.texi
diff --git a/consult.el b/consult.el
index df13173c8b..244fe9da03 100644
--- a/consult.el
+++ b/consult.el
@@ -1,4 +1,4 @@
-;;; consult.el --- Consulting completing-read -*- lexical-binding: t -*-
+;;; consult.el --- Search and navigate via completing-read -*- 
lexical-binding: t -*-
 
 ;; Copyright (C) 2021-2026 Free Software Foundation, Inc.
 
@@ -57,7 +57,7 @@
 (require 'bookmark)
 
 (defgroup consult nil
-  "Consulting `completing-read'."
+  "Search and navigate via `completing-read'."
   :link '(info-link :tag "Info Manual" "(consult)")
   :link '(url-link :tag "Website" "https://github.com/minad/consult";)
   :link '(url-link :tag "Wiki" "https://github.com/minad/consult/wiki";)

Reply via email to