emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#29873: closed (25.1; Docstring incorrect for `enab


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29873: closed (25.1; Docstring incorrect for `enable-recursive-minibuffers`)
Date: Thu, 28 Dec 2017 17:02:02 +0000

Your message dated Thu, 28 Dec 2017 19:01:15 +0200
with message-id <address@hidden>
and subject line Re: bug#29873: 25.1; Docstring incorrect for 
`enable-recursive-minibuffers`
has caused the debbugs.gnu.org bug report #29873,
regarding 25.1; Docstring incorrect for `enable-recursive-minibuffers`
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
29873: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29873
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.1; Docstring incorrect for `enable-recursive-minibuffers` 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.


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;



--- End Message ---
--- Begin Message --- Subject: Re: bug#29873: 25.1; Docstring incorrect for `enable-recursive-minibuffers` Date: Thu, 28 Dec 2017 19:01:15 +0200
> From: David Pathakjee <address@hidden>
> 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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]