diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/emacs/mini.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/screen.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 10 | ||||
| -rw-r--r-- | doc/lispref/frames.texi | 21 | ||||
| -rw-r--r-- | doc/lispref/windows.texi | 2 |
6 files changed, 30 insertions, 12 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index c6405019ddb..37825382788 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-04-23 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * mini.texi (Minibuffer Edit): | ||
| 4 | * screen.texi (Mode Line): Fix typo. | ||
| 5 | |||
| 1 | 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com> | 6 | 2011-04-20 Christoph Scholtes <cschol2112@googlemail.com> |
| 2 | 7 | ||
| 3 | * maintaining.texi (Old Revisions): Mention new function vc-ediff. | 8 | * maintaining.texi (Old Revisions): Mention new function vc-ediff. |
diff --git a/doc/emacs/mini.texi b/doc/emacs/mini.texi index 20086bd5e4a..dcc1c445e68 100644 --- a/doc/emacs/mini.texi +++ b/doc/emacs/mini.texi | |||
| @@ -164,7 +164,7 @@ however: for instance, you cannot split it. @xref{Windows}. | |||
| 164 | @vindex resize-mini-windows | 164 | @vindex resize-mini-windows |
| 165 | Normally, the minibuffer window occupies a single screen line. | 165 | Normally, the minibuffer window occupies a single screen line. |
| 166 | However, if you add two or more lines' worth of text into the | 166 | However, if you add two or more lines' worth of text into the |
| 167 | minibuffer, it expands automatically to accomodate the text. The | 167 | minibuffer, it expands automatically to accommodate the text. The |
| 168 | variable @code{resize-mini-windows} controls the resizing of the | 168 | variable @code{resize-mini-windows} controls the resizing of the |
| 169 | minibuffer. The default value is @code{grow-only}, which means the | 169 | minibuffer. The default value is @code{grow-only}, which means the |
| 170 | behavior we have just described. If the value is @code{t}, the | 170 | behavior we have just described. If the value is @code{t}, the |
diff --git a/doc/emacs/screen.texi b/doc/emacs/screen.texi index 45cbdac4b44..0bc3ce3db8c 100644 --- a/doc/emacs/screen.texi +++ b/doc/emacs/screen.texi | |||
| @@ -259,7 +259,7 @@ the buffer. Minor modes are optional editing modes that provide | |||
| 259 | additional features on top of the major mode. @xref{Minor Modes}. | 259 | additional features on top of the major mode. @xref{Minor Modes}. |
| 260 | 260 | ||
| 261 | Some features are listed together with the minor modes whenever they | 261 | Some features are listed together with the minor modes whenever they |
| 262 | are turned on, even through they are not really minor modes. | 262 | are turned on, even though they are not really minor modes. |
| 263 | @samp{Narrow} means that the buffer being displayed has editing | 263 | @samp{Narrow} means that the buffer being displayed has editing |
| 264 | restricted to only a portion of its text (@pxref{Narrowing}). | 264 | restricted to only a portion of its text (@pxref{Narrowing}). |
| 265 | @samp{Def} means that a keyboard macro is currently being defined | 265 | @samp{Def} means that a keyboard macro is currently being defined |
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 784f62dc4cc..0c0583c06ab 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2011-04-23 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * windows.texi (Choosing Window): Fix typo. | ||
| 4 | |||
| 5 | 2011-04-23 Chong Yidong <cyd@stupidchicken.com> | ||
| 6 | |||
| 7 | * frames.texi (Layout Parameters): Note the difference between | ||
| 8 | querying and setting parameters for left-fringe and right-fringe | ||
| 9 | (Bug#6930). | ||
| 10 | |||
| 1 | 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca> | 11 | 2011-03-21 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 12 | ||
| 3 | * minibuf.texi (Basic Completion): Be a bit more precise about the | 13 | * minibuf.texi (Basic Completion): Be a bit more precise about the |
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 92969d8259c..06c120cc09d 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -681,17 +681,20 @@ use the default width. | |||
| 681 | @itemx right-fringe | 681 | @itemx right-fringe |
| 682 | The default width of the left and right fringes of windows in this | 682 | The default width of the left and right fringes of windows in this |
| 683 | frame (@pxref{Fringes}). If either of these is zero, that effectively | 683 | frame (@pxref{Fringes}). If either of these is zero, that effectively |
| 684 | removes the corresponding fringe. A value of @code{nil} stands for | 684 | removes the corresponding fringe. |
| 685 | the standard fringe width, which is the width needed to display the | 685 | |
| 686 | fringe bitmaps. | 686 | When you use @code{frame-parameter} to query the value of either of |
| 687 | these two frame parameters, the return value is always an integer. | ||
| 688 | When using @code{set-frame-parameter}, passing a @code{nil} value | ||
| 689 | imposes an actual default value of 8 pixels. | ||
| 687 | 690 | ||
| 688 | The combined fringe widths must add up to an integral number of | 691 | The combined fringe widths must add up to an integral number of |
| 689 | columns, so the actual default fringe widths for the frame may be | 692 | columns, so the actual default fringe widths for the frame, as |
| 690 | larger than the specified values. The extra width needed to reach an | 693 | reported by @code{frame-parameter}, may be larger than what you |
| 691 | acceptable total is distributed evenly between the left and right | 694 | specify. Any extra width is distributed evenly between the left and |
| 692 | fringe. However, you can force one fringe or the other to a precise | 695 | right fringe. However, you can force one fringe or the other to a |
| 693 | width by specifying that width as a negative integer. If both widths are | 696 | precise width by specifying that width as a negative integer. If both |
| 694 | negative, only the left fringe gets the specified width. | 697 | widths are negative, only the left fringe gets the specified width. |
| 695 | 698 | ||
| 696 | @vindex menu-bar-lines, a frame parameter | 699 | @vindex menu-bar-lines, a frame parameter |
| 697 | @item menu-bar-lines | 700 | @item menu-bar-lines |
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 528930c0ff6..9ce00de4abc 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -1014,7 +1014,7 @@ a window only if the space taken up by that window can accommodate two | |||
| 1014 | windows one above the other that are both at least | 1014 | windows one above the other that are both at least |
| 1015 | @code{window-min-height} lines tall. Moreover, if the window that shall | 1015 | @code{window-min-height} lines tall. Moreover, if the window that shall |
| 1016 | be split has a mode line, @code{split-window-sensibly} does not split | 1016 | be split has a mode line, @code{split-window-sensibly} does not split |
| 1017 | the window unless the new window can accomodate a mode line too. | 1017 | the window unless the new window can accommodate a mode line too. |
| 1018 | @end defopt | 1018 | @end defopt |
| 1019 | 1019 | ||
| 1020 | @defopt split-width-threshold | 1020 | @defopt split-width-threshold |