emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog frame.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp ChangeLog frame.el
Date: Thu, 14 May 2009 03:50:58 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/05/14 03:50:57

Modified files:
        lisp           : ChangeLog frame.el 

Log message:
        * frame.el (minibuffer-frame-alist): Doc fix (Bug#3276).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.15638&r2=1.15639
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/frame.el?cvsroot=emacs&r1=1.297&r2=1.298

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15638
retrieving revision 1.15639
diff -u -b -r1.15638 -r1.15639
--- ChangeLog   12 May 2009 16:42:20 -0000      1.15638
+++ ChangeLog   14 May 2009 03:50:53 -0000      1.15639
@@ -1,3 +1,7 @@
+2009-05-14  Chong Yidong  <address@hidden>
+
+       * frame.el (minibuffer-frame-alist): Doc fix (Bug#3276).
+
 2009-05-12  Chong Yidong  <address@hidden>
 
        * tutorial.el (help-with-tutorial): Don't use text mode, since the

Index: frame.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/frame.el,v
retrieving revision 1.297
retrieving revision 1.298
diff -u -b -r1.297 -r1.298
--- frame.el    2 May 2009 08:33:29 -0000       1.297
+++ frame.el    14 May 2009 03:50:57 -0000      1.298
@@ -82,14 +82,19 @@
   :group 'frames)
 
 (defcustom minibuffer-frame-alist '((width . 80) (height . 2))
-  "Alist of parameters for initial minibuffer frame.
+  "Alist of parameters for the initial minibuffer frame.
+This is the minibuffer frame created if `initial-frame-alist'
+calls for a frame without a minibuffer.  The parameters specified
+here supersede those given in `default-frame-alist', for the
+initial minibuffer frame.
+
 You can set this in your init file; for example,
 
  (setq minibuffer-frame-alist
        '((top . 1) (left . 1) (width . 80) (height . 2)))
 
-Parameters specified here supersede the values given in
-`default-frame-alist', for a minibuffer frame."
+It is not necessary to include (minibuffer . only); that is
+appended when the minibuffer frame is created."
   :type '(repeat (cons :format "%v"
                       (symbol :tag "Parameter")
                       (sexp :tag "Value")))




reply via email to

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