diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index f99bffdf556..e7f8a88e306 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -1915,7 +1915,8 @@ is added with\n\ | |||
| 1915 | Vminibuffer_history_position = Qnil; | 1915 | Vminibuffer_history_position = Qnil; |
| 1916 | 1916 | ||
| 1917 | DEFVAR_BOOL ("minibuffer-auto-raise", &minibuffer_auto_raise, | 1917 | DEFVAR_BOOL ("minibuffer-auto-raise", &minibuffer_auto_raise, |
| 1918 | "*Non-nil means entering the minibuffer raises the minibuffer's frame."); | 1918 | "*Non-nil means entering the minibuffer raises the minibuffer's frame.\n\ |
| 1919 | Some uses of the echo area also raise that frame (since they use it too)."); | ||
| 1919 | minibuffer_auto_raise = 0; | 1920 | minibuffer_auto_raise = 0; |
| 1920 | 1921 | ||
| 1921 | DEFVAR_LISP ("completion-regexp-list", &Vcompletion_regexp_list, | 1922 | DEFVAR_LISP ("completion-regexp-list", &Vcompletion_regexp_list, |