From fdfb3df92aae69026e6fe8f0b082c40fa903edc9 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 30 May 2021 07:06:48 +0200 Subject: [PATCH] `minibuffer-exit-hook' doc string clarification * src/minibuf.c (syms_of_minibuf): `minibuffer-exit-hook' is run in the minubuffer usually, so don't claim that it's run after (bug#16524). --- src/minibuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minibuf.c b/src/minibuf.c index cffb7fe787c..00069eabbe5 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -2385,7 +2385,7 @@ default top level value is used. */); Vminibuffer_setup_hook = Qnil; DEFVAR_LISP ("minibuffer-exit-hook", Vminibuffer_exit_hook, - doc: /* Normal hook run just after exit from minibuffer. */); + doc: /* Normal hook run whenever a minibuffer is exited. */); Vminibuffer_exit_hook = Qnil; DEFVAR_LISP ("history-length", Vhistory_length, -- 2.39.5