]> git.eshelyaron.com Git - emacs.git/commitdiff
`minibuffer-exit-hook' doc string clarification
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 30 May 2021 05:06:48 +0000 (07:06 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 30 May 2021 05:06:48 +0000 (07:06 +0200)
* 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

index cffb7fe787cfc1d49257b47cc9e49d4e0aee4778..00069eabbe54ecbaefb3bba29d5518970fb241a8 100644 (file)
@@ -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,