aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
Diffstat (limited to 'lispref')
-rw-r--r--lispref/ChangeLog7
-rw-r--r--lispref/display.texi4
-rw-r--r--lispref/macros.texi2
3 files changed, 7 insertions, 6 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index ea3e18da52b..8e6c8abd3ef 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
12007-08-25 Richard Stallman <rms@gnu.org>
2
3 * display.texi (Images): Delete redundant @findex.
4
12007-08-16 Richard Stallman <rms@gnu.org> 52007-08-16 Richard Stallman <rms@gnu.org>
2 6
3 * processes.texi (Asynchronous Processes): Clarify 7 * processes.texi (Asynchronous Processes): Clarify
@@ -138,8 +142,7 @@
138 142
1392007-06-01 Stefan Monnier <monnier@iro.umontreal.ca> 1432007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
140 144
141 * text.texi (Special Properties): Correct meaning of fontified 145 * text.texi (Special Properties): Correct meaning of fontified face.
142 face.
143 146
1442007-05-30 Richard Stallman <rms@gnu.org> 1472007-05-30 Richard Stallman <rms@gnu.org>
145 148
diff --git a/lispref/display.texi b/lispref/display.texi
index 84c9ba84935..9fb12b50602 100644
--- a/lispref/display.texi
+++ b/lispref/display.texi
@@ -3649,9 +3649,7 @@ This variable is ignored if the image libraries are statically linked
3649into Emacs. 3649into Emacs.
3650@end defvar 3650@end defvar
3651 3651
3652@defun image-type-available-p type 3652@defun image-type-available-p type
3653@findex image-type-available-p
3654
3655This function returns non-@code{nil} if image type @var{type} is 3653This function returns non-@code{nil} if image type @var{type} is
3656available, i.e., if images of this type can be loaded and displayed in 3654available, i.e., if images of this type can be loaded and displayed in
3657Emacs. @var{type} should be one of the types contained in 3655Emacs. @var{type} should be one of the types contained in
diff --git a/lispref/macros.texi b/lispref/macros.texi
index 6dea53ac983..b62c8b99d74 100644
--- a/lispref/macros.texi
+++ b/lispref/macros.texi
@@ -365,7 +365,7 @@ whitespace between the @samp{`}, @samp{,} or @samp{,@@} and the
365following expression. 365following expression.
366 366
367This syntax is still accepted, for compatibility with old Emacs 367This syntax is still accepted, for compatibility with old Emacs
368versions, but we recommend not using it in new programs. 368versions, but support for it will soon disappear.
369 369
370@node Problems with Macros 370@node Problems with Macros
371@section Common Problems Using Macros 371@section Common Problems Using Macros