emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/consult b7f9a554a8: README update


From: ELPA Syncer
Subject: [elpa] externals/consult b7f9a554a8: README update
Date: Sun, 26 Jun 2022 08:57:24 -0400 (EDT)

branch: externals/consult
commit b7f9a554a81e9b2e4710e8d400e3a353523ede07
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    README update
---
 README.org | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.org b/README.org
index c63966bf0a..8981e27556 100644
--- a/README.org
+++ b/README.org
@@ -610,8 +610,8 @@ must return a closure which takes an ACTION and a CANDIDATE 
argument. See the
 docstring of =consult--with-preview= for more details about the ACTION 
argument.
 
 By default, =consult-buffer= previews buffers, bookmarks and files. Loading 
recent
-files, bookmarks or views can result in expensive operations. However it is
-possible to configure a manual preview as follows.
+files or bookmarks can result in expensive operations. However it is possible 
to
+configure a manual preview as follows.
 
 #+begin_src emacs-lisp
   (consult-customize
@@ -619,9 +619,9 @@ possible to configure a manual preview as follows.
    consult--source-project-recent-file :preview-key (kbd "M-."))
 #+end_src
 
-Sources can be added directly to the =consult-buffer-source= list for
-convenience. For example views can be added to the list of virtual buffers
-from a library like https://github.com/minad/bookmark-view/.
+Sources can be added directly to the =consult-buffer-source= list for 
convenience.
+For example views/perspectives can be added to the list of virtual buffers from
+a library like https://github.com/minad/bookmark-view/.
 
 #+begin_src emacs-lisp
 ;; Configure new bookmark-view source



reply via email to

[Prev in Thread] Current Thread [Next in Thread]