]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix doc string of 'enable-recursive-minibuffers'
authorDavid Pathakjee <dpathakjee@gmail.com>
Thu, 28 Dec 2017 16:59:42 +0000 (18:59 +0200)
committerEli Zaretskii <eliz@gnu.org>
Thu, 28 Dec 2017 16:59:42 +0000 (18:59 +0200)
* src/minibuf.c (syms_of_minibuf) <enable-recursive-minibuffers>:
Doc fix.  (Bug#29873)

Copyright-paperwork-exempt: yes

src/minibuf.c

index 913c93001ef1bca59b0a367c4014a7a7b47db4a6..5379538788939367497c2336b0c52fa12e21b9fb 100644 (file)
@@ -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;