diff options
| author | Joakim Verona | 2011-09-19 11:37:46 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-09-19 11:37:46 +0200 |
| commit | 4caed0bee59613be5d2a6c4afabcdc43222f953e (patch) | |
| tree | d0c1debf666ef2107492e6cdd2bc8d6bb17de8a2 /doc | |
| parent | c139d20a0c582a2c8fe3766128092c32b692ac23 (diff) | |
| parent | c5b01d8c63cfd14c95a029540a6fb0da84537726 (diff) | |
| download | emacs-4caed0bee59613be5d2a6c4afabcdc43222f953e.tar.gz emacs-4caed0bee59613be5d2a6c4afabcdc43222f953e.zip | |
upstream
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/emacs/cmdargs.texi | 2 | ||||
| -rw-r--r-- | doc/emacs/xresources.texi | 7 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 20 | ||||
| -rw-r--r-- | doc/lispref/errors.texi | 3 | ||||
| -rw-r--r-- | doc/lispref/frames.texi | 8 | ||||
| -rw-r--r-- | doc/lispref/numbers.texi | 4 | ||||
| -rw-r--r-- | doc/lispref/tips.texi | 4 | ||||
| -rw-r--r-- | doc/man/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/man/emacs.1 | 2 |
10 files changed, 48 insertions, 13 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index d87493d57b3..163eabed2a6 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-09-18 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * cmdargs.texi (Icons X): Fix description of Emacs icon. | ||
| 4 | |||
| 5 | * xresources.texi (Table of Resources): Fix documentation of | ||
| 6 | bitmapIcon. | ||
| 7 | |||
| 1 | 2011-09-15 Chong Yidong <cyd@stupidchicken.com> | 8 | 2011-09-15 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 9 | ||
| 3 | * package.texi (Package Menu): Add package-menu-mark-upgrades. | 10 | * package.texi (Package Menu): Add package-menu-mark-upgrades. |
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index 2a19e1b009d..07cca53ce4d 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi | |||
| @@ -1107,7 +1107,7 @@ Start Emacs in an iconified (``minimized'') state. | |||
| 1107 | @itemx --no-bitmap-icon | 1107 | @itemx --no-bitmap-icon |
| 1108 | @opindex --no-bitmap-icon | 1108 | @opindex --no-bitmap-icon |
| 1109 | @cindex Emacs icon, a gnu | 1109 | @cindex Emacs icon, a gnu |
| 1110 | Do not use a picture of a gnu as the Emacs icon. | 1110 | Do not display the Emacs icon. |
| 1111 | @end table | 1111 | @end table |
| 1112 | 1112 | ||
| 1113 | Most window managers allow you to ``iconify'' (or ``minimize'') an | 1113 | Most window managers allow you to ``iconify'' (or ``minimize'') an |
diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi index d30f7e42254..c2e65268d1b 100644 --- a/doc/emacs/xresources.texi +++ b/doc/emacs/xresources.texi | |||
| @@ -169,11 +169,10 @@ with the class that it belongs to: | |||
| 169 | @item @code{background} (class @code{Background}) | 169 | @item @code{background} (class @code{Background}) |
| 170 | Background color name. | 170 | Background color name. |
| 171 | 171 | ||
| 172 | @ifnottex | ||
| 173 | @item @code{bitmapIcon} (class @code{BitmapIcon}) | 172 | @item @code{bitmapIcon} (class @code{BitmapIcon}) |
| 174 | Use a bitmap icon (a picture of a gnu) if @samp{on}, let the window | 173 | Tell the window manager to display the Emacs icon if @samp{on}; don't |
| 175 | manager choose an icon if @samp{off}. | 174 | do so if @samp{off}. (The icon is usually shown in the ``taskbar'' on |
| 176 | @end ifnottex | 175 | a graphical desktop.) |
| 177 | 176 | ||
| 178 | @item @code{borderColor} (class @code{BorderColor}) | 177 | @item @code{borderColor} (class @code{BorderColor}) |
| 179 | Color name for the external border. | 178 | Color name for the external border. |
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 71dc8a8ff89..09958f6b7e0 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * errors.texi (Standard Errors): Remove apparent placeholder text | ||
| 4 | (bug#9491). | ||
| 5 | |||
| 6 | 2011-09-18 Chong Yidong <cyd@stupidchicken.com> | ||
| 7 | |||
| 8 | * frames.texi (Management Parameters): Fix description of | ||
| 9 | icon-type parameter. | ||
| 10 | |||
| 11 | 2011-09-17 Chong Yidong <cyd@stupidchicken.com> | ||
| 12 | |||
| 13 | * tips.texi (Key Binding Conventions): Don't bind a key sequence | ||
| 14 | ending in C-g. Suggested by Edward O'Connor. | ||
| 15 | |||
| 16 | 2011-09-17 Eli Zaretskii <eliz@gnu.org> | ||
| 17 | |||
| 18 | * numbers.texi (Integer Basics): Add indexing for | ||
| 19 | most-positive-fixnum and most-negative-fixnum. (Bug#9525) | ||
| 20 | |||
| 1 | 2011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change) | 21 | 2011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change) |
| 2 | 22 | ||
| 3 | * lists.texi (Sets And Lists): Fix typo. (Bug#9393) | 23 | * lists.texi (Sets And Lists): Fix typo. (Bug#9393) |
diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi index 2c7549d0443..98967b708b3 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi | |||
| @@ -28,9 +28,6 @@ condition @code{error}, because quitting is not considered an error. | |||
| 28 | handled. | 28 | handled. |
| 29 | 29 | ||
| 30 | @table @code | 30 | @table @code |
| 31 | @item @var{symbol} | ||
| 32 | @var{string}; @var{reference}. | ||
| 33 | |||
| 34 | @item error | 31 | @item error |
| 35 | @code{"error"}@* | 32 | @code{"error"}@* |
| 36 | @xref{Errors}. | 33 | @xref{Errors}. |
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index e799cfa6b7f..d619b92e4d3 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -779,10 +779,10 @@ Whether deselecting the frame lowers it (non-@code{nil} means yes). | |||
| 779 | 779 | ||
| 780 | @vindex icon-type, a frame parameter | 780 | @vindex icon-type, a frame parameter |
| 781 | @item icon-type | 781 | @item icon-type |
| 782 | The type of icon to use for this frame when it is iconified. If the | 782 | The type of icon to use for this frame. If the value is a string, |
| 783 | value is a string, that specifies a file containing a bitmap to use. | 783 | that specifies a file containing a bitmap to use; @code{nil} specifies |
| 784 | Any other non-@code{nil} value specifies the default bitmap icon (a | 784 | no icon (in which case the window manager decides what to show); any |
| 785 | picture of a gnu); @code{nil} specifies a text icon. | 785 | other non-@code{nil} value specifies the default Emacs icon. |
| 786 | 786 | ||
| 787 | @vindex icon-name, a frame parameter | 787 | @vindex icon-name, a frame parameter |
| 788 | @item icon-name | 788 | @item icon-name |
diff --git a/doc/lispref/numbers.texi b/doc/lispref/numbers.texi index 65921f444e0..3efddebffb4 100644 --- a/doc/lispref/numbers.texi +++ b/doc/lispref/numbers.texi | |||
| @@ -148,11 +148,15 @@ arguments to such functions may be either numbers or markers, we often | |||
| 148 | give these arguments the name @var{number-or-marker}. When the argument | 148 | give these arguments the name @var{number-or-marker}. When the argument |
| 149 | value is a marker, its position value is used and its buffer is ignored. | 149 | value is a marker, its position value is used and its buffer is ignored. |
| 150 | 150 | ||
| 151 | @cindex largest Lisp integer number | ||
| 152 | @cindex maximum Lisp integer number | ||
| 151 | @defvar most-positive-fixnum | 153 | @defvar most-positive-fixnum |
| 152 | The value of this variable is the largest integer that Emacs Lisp | 154 | The value of this variable is the largest integer that Emacs Lisp |
| 153 | can handle. | 155 | can handle. |
| 154 | @end defvar | 156 | @end defvar |
| 155 | 157 | ||
| 158 | @cindex smallest Lisp integer number | ||
| 159 | @cindex minimum Lisp integer number | ||
| 156 | @defvar most-negative-fixnum | 160 | @defvar most-negative-fixnum |
| 157 | The value of this variable is the smallest integer that Emacs Lisp can | 161 | The value of this variable is the smallest integer that Emacs Lisp can |
| 158 | handle. It is negative. | 162 | handle. It is negative. |
diff --git a/doc/lispref/tips.texi b/doc/lispref/tips.texi index be37eb2034b..fd875b45be9 100644 --- a/doc/lispref/tips.texi +++ b/doc/lispref/tips.texi | |||
| @@ -320,6 +320,10 @@ any context prevents recognition of escape sequences as function keys in | |||
| 320 | that context. | 320 | that context. |
| 321 | 321 | ||
| 322 | @item | 322 | @item |
| 323 | Similarly, don't bind a key sequence ending in @key{C-g}, since that | ||
| 324 | is commonly used to cancel a key sequence. | ||
| 325 | |||
| 326 | @item | ||
| 323 | Anything which acts like a temporary mode or state which the user can | 327 | Anything which acts like a temporary mode or state which the user can |
| 324 | enter and leave should define @kbd{@key{ESC} @key{ESC}} or | 328 | enter and leave should define @kbd{@key{ESC} @key{ESC}} or |
| 325 | @kbd{@key{ESC} @key{ESC} @key{ESC}} as a way to escape. | 329 | @kbd{@key{ESC} @key{ESC} @key{ESC}} as a way to escape. |
diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog index 0735e0593f9..a5146be9175 100644 --- a/doc/man/ChangeLog +++ b/doc/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-09-17 Sven Joachim <svenjoac@gmx.de> | ||
| 2 | |||
| 3 | * emacs.1: Escape a dash. | ||
| 4 | |||
| 1 | 2011-07-12 Chong Yidong <cyd@stupidchicken.com> | 5 | 2011-07-12 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * emacsclient.1: Document exit status. | 7 | * emacsclient.1: Document exit status. |
diff --git a/doc/man/emacs.1 b/doc/man/emacs.1 index 10fcc186fdd..aef5bd402a2 100644 --- a/doc/man/emacs.1 +++ b/doc/man/emacs.1 | |||
| @@ -407,7 +407,7 @@ The value can be one of | |||
| 407 | .IR fullwidth , | 407 | .IR fullwidth , |
| 408 | or | 408 | or |
| 409 | .IR fullheight , | 409 | .IR fullheight , |
| 410 | which correspond to the command-line options `\-fs', `-mm', `\-fw', | 410 | which correspond to the command-line options `\-fs', `\-mm', `\-fw', |
| 411 | and `\-fh', respectively. | 411 | and `\-fh', respectively. |
| 412 | Note that this applies to the initial frame only. | 412 | Note that this applies to the initial frame only. |
| 413 | .TP | 413 | .TP |