branch: externals/consult commit d230fdaae58d613c9ab2fd26af08669f51cb2e62 Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@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