all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#29873: 25.1; Docstring incorrect for `enable-recursive-minibuffers`
@ 2017-12-28  4:57 David Pathakjee
  2017-12-28 17:01 ` Eli Zaretskii
  0 siblings, 1 reply; 2+ messages in thread
From: David Pathakjee @ 2017-12-28  4:57 UTC (permalink / raw)
  To: 29873

The docstring for `enable-recursive-minibuffers`, in src/minibuf.c,
mentions a nonexistent major mode
`minibuffer-depth-indicator-mode`. This is probably meant to refer to
`minibuffer-depth-indicate-mode`, as defined in lisp/mb-depth.el. I've
attached a trivial patch below.


diff --git a/src/minibuf.c b/src/minibuf.c
index 913c93001e..5379538788 100644
--- a/src/minibuf.c
+++ b/src/minibuf.c
@@ -2022,7 +2022,7 @@ controls the behavior, rather than this variable.  */);
   DEFVAR_BOOL ("enable-recursive-minibuffers", enable_recursive_minibuffers,
               doc: /* Non-nil means to allow minibuffer commands while in the minibuffer.
This variable makes a difference whenever the minibuffer window is active.
-Also see `minibuffer-depth-indicator-mode', which may be handy if this
+Also see `minibuffer-depth-indicate-mode', which may be handy if this
variable is non-nil. */);
   enable_recursive_minibuffers = 0;





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#29873: 25.1; Docstring incorrect for `enable-recursive-minibuffers`
  2017-12-28  4:57 bug#29873: 25.1; Docstring incorrect for `enable-recursive-minibuffers` David Pathakjee
@ 2017-12-28 17:01 ` Eli Zaretskii
  0 siblings, 0 replies; 2+ messages in thread
From: Eli Zaretskii @ 2017-12-28 17:01 UTC (permalink / raw)
  To: David Pathakjee; +Cc: 29873-done

> From: David Pathakjee <dpathakjee@gmail.com>
> Date: Wed, 27 Dec 2017 20:57:23 -0800
> 
> The docstring for `enable-recursive-minibuffers`, in src/minibuf.c,
> mentions a nonexistent major mode
> `minibuffer-depth-indicator-mode`. This is probably meant to refer to
> `minibuffer-depth-indicate-mode`, as defined in lisp/mb-depth.el. I've
> attached a trivial patch below.

Thanks, pushed to the emacs-26 branch.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-28 17:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-28  4:57 bug#29873: 25.1; Docstring incorrect for `enable-recursive-minibuffers` David Pathakjee
2017-12-28 17:01 ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.