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

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

[elpa] externals/consult d230fda: Fix misleading docstring (Fix #425)


From: ELPA Syncer
Subject: [elpa] externals/consult d230fda: Fix misleading docstring (Fix #425)
Date: Wed, 29 Sep 2021 08:57:12 -0400 (EDT)

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

    Fix misleading docstring (Fix #425)
---
 consult.el | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/consult.el b/consult.el
index 4ddff31..e5d3edc 100644
--- a/consult.el
+++ b/consult.el
@@ -145,12 +145,8 @@ nil shows all `custom-available-themes'."
 (defcustom consult-after-jump-hook '(recenter)
   "Function called after jumping to a location.
 
-Commonly used functions for this hook are `recenter' and
-`reposition-window'.
-
-This is called during preview and for the jump after selection.
-You may want to add a function which pulses the current line, e.g.,
-`xref-pulse-momentarily'."
+Commonly used functions for this hook are `recenter' and `reposition-window'.
+This is called during preview and for the jump after selection."
   :type 'hook)
 
 (defcustom consult-line-start-from-top nil



reply via email to

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