diff options
author | Eli Zaretskii <eliz@gnu.org> | 2021-08-06 10:22:22 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2021-08-06 10:22:22 +0300 |
commit | c327d61ec86023aaf6b014259db301f081a0e034 (patch) | |
tree | b8bbd281eddf43fa6078a0301f708eabb1383b87 /src/minibuf.c | |
parent | 9f88a9c058fd9e1d34d68e6729f3d6105e291c41 (diff) | |
download | emacs-c327d61ec86023aaf6b014259db301f081a0e034.tar.gz emacs-c327d61ec86023aaf6b014259db301f081a0e034.tar.bz2 emacs-c327d61ec86023aaf6b014259db301f081a0e034.zip |
Improve wording of recently changed documentation
* src/minibuf.c (syms_of_minibuf):
* lisp/minibuffer.el (minibuffer-restore-windows):
* lisp/progmodes/etags.el (etags-xref-prefer-current-file):
Improve wording of doc strings.
* etc/NEWS: Improve wording and format of recently added entries.
Diffstat (limited to 'src/minibuf.c')
-rw-r--r-- | src/minibuf.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index a054f0e20dc..c9134eff67f 100644 --- a/src/minibuf.c +++ b/src/minibuf.c @@ -2537,9 +2537,10 @@ restore, on exit, the window configurations of the frame where the minibuffer was entered from and, if it is different, the frame that owns the associated minibuffer window. -If this is nil, no such restorations are done. -But still `minibuffer-restore-windows' in `minibuffer-exit-hook' -will remove the window with the *Completions* buffer. */); +If this is nil, window configurations are not restored upon exiting +the minibuffer. However, if `minibuffer-restore-windows' is present +in `minibuffer-exit-hook', exiting the minibuffer will remove the window +showing the *Completions* buffer, if any. */); read_minibuffer_restore_windows = true; defsubr (&Sactive_minibuffer_window); |