branch: externals/consult
commit 5ca54aebeda5606249d764ecd1764d491b930749
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Clarify docstring
---
 consult.el | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/consult.el b/consult.el
index e690180bd7..41eaad5ab5 100644
--- a/consult.el
+++ b/consult.el
@@ -149,8 +149,9 @@ nil shows all `custom-available-themes'."
 
 Commonly used functions for this hook are `recenter' and
 `reposition-window'. You may want to add a function which pulses the
-current line, e.g., `pulse-momentary-highlight-one-line'. The hook
-called during preview and for the jump after selection."
+current line, e.g., `pulse-momentary-highlight-one-line' is supported on
+Emacs 28 and newer. The hook called during preview and for the jump
+after selection."
   :type 'hook)
 
 (defcustom consult-line-start-from-top nil

Reply via email to