aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoakim Verona2011-09-19 11:37:46 +0200
committerJoakim Verona2011-09-19 11:37:46 +0200
commit4caed0bee59613be5d2a6c4afabcdc43222f953e (patch)
treed0c1debf666ef2107492e6cdd2bc8d6bb17de8a2 /doc
parentc139d20a0c582a2c8fe3766128092c32b692ac23 (diff)
parentc5b01d8c63cfd14c95a029540a6fb0da84537726 (diff)
downloademacs-4caed0bee59613be5d2a6c4afabcdc43222f953e.tar.gz
emacs-4caed0bee59613be5d2a6c4afabcdc43222f953e.zip
upstream
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog7
-rw-r--r--doc/emacs/cmdargs.texi2
-rw-r--r--doc/emacs/xresources.texi7
-rw-r--r--doc/lispref/ChangeLog20
-rw-r--r--doc/lispref/errors.texi3
-rw-r--r--doc/lispref/frames.texi8
-rw-r--r--doc/lispref/numbers.texi4
-rw-r--r--doc/lispref/tips.texi4
-rw-r--r--doc/man/ChangeLog4
-rw-r--r--doc/man/emacs.12
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 @@
12011-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
12011-09-15 Chong Yidong <cyd@stupidchicken.com> 82011-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
1110Do not use a picture of a gnu as the Emacs icon. 1110Do 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})
170Background color name. 170Background color name.
171 171
172@ifnottex
173@item @code{bitmapIcon} (class @code{BitmapIcon}) 172@item @code{bitmapIcon} (class @code{BitmapIcon})
174Use a bitmap icon (a picture of a gnu) if @samp{on}, let the window 173Tell the window manager to display the Emacs icon if @samp{on}; don't
175manager choose an icon if @samp{off}. 174do so if @samp{off}. (The icon is usually shown in the ``taskbar'' on
176@end ifnottex 175a graphical desktop.)
177 176
178@item @code{borderColor} (class @code{BorderColor}) 177@item @code{borderColor} (class @code{BorderColor})
179Color name for the external border. 178Color 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 @@
12011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * errors.texi (Standard Errors): Remove apparent placeholder text
4 (bug#9491).
5
62011-09-18 Chong Yidong <cyd@stupidchicken.com>
7
8 * frames.texi (Management Parameters): Fix description of
9 icon-type parameter.
10
112011-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
162011-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
12011-09-14 Dani Moncayo <dmoncayo@gmail.com> (tiny change) 212011-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.
28handled. 28handled.
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
782The type of icon to use for this frame when it is iconified. If the 782The type of icon to use for this frame. If the value is a string,
783value is a string, that specifies a file containing a bitmap to use. 783that specifies a file containing a bitmap to use; @code{nil} specifies
784Any other non-@code{nil} value specifies the default bitmap icon (a 784no icon (in which case the window manager decides what to show); any
785picture of a gnu); @code{nil} specifies a text icon. 785other 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
148give these arguments the name @var{number-or-marker}. When the argument 148give these arguments the name @var{number-or-marker}. When the argument
149value is a marker, its position value is used and its buffer is ignored. 149value 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
152The value of this variable is the largest integer that Emacs Lisp 154The value of this variable is the largest integer that Emacs Lisp
153can handle. 155can 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
157The value of this variable is the smallest integer that Emacs Lisp can 161The value of this variable is the smallest integer that Emacs Lisp can
158handle. It is negative. 162handle. 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
320that context. 320that context.
321 321
322@item 322@item
323Similarly, don't bind a key sequence ending in @key{C-g}, since that
324is commonly used to cancel a key sequence.
325
326@item
323Anything which acts like a temporary mode or state which the user can 327Anything which acts like a temporary mode or state which the user can
324enter and leave should define @kbd{@key{ESC} @key{ESC}} or 328enter 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 @@
12011-09-17 Sven Joachim <svenjoac@gmx.de>
2
3 * emacs.1: Escape a dash.
4
12011-07-12 Chong Yidong <cyd@stupidchicken.com> 52011-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 ,
408or 408or
409.IR fullheight , 409.IR fullheight ,
410which correspond to the command-line options `\-fs', `-mm', `\-fw', 410which correspond to the command-line options `\-fs', `\-mm', `\-fw',
411and `\-fh', respectively. 411and `\-fh', respectively.
412Note that this applies to the initial frame only. 412Note that this applies to the initial frame only.
413.TP 413.TP