summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2007-08-27 09:21:49 +0000
committerMiles Bader <miles@gnu.org>2007-08-27 09:21:49 +0000
commit62fb5e25f4a4c7da6fe6a06569b22a27998ae6bf (patch)
tree9e21647ad3ab0f43ea02d372adc4cfa9947e5309 /lispref
parent9005667b3381a785759a996e00fb1acfd126eecc (diff)
parent83cc8d356afe3bfd68da74b822549e02047ed041 (diff)
downloademacs-62fb5e25f4a4c7da6fe6a06569b22a27998ae6bf.tar.gz
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 857-862) - Update from CVS - Merge from emacs--rel--22 - Update from CVS: lisp/emacs-lisp/avl-tree.el: New file. * emacs--rel--22 (patch 97-100) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 246-247) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-38
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 @@
+2007-08-25 Richard Stallman <rms@gnu.org>
+
+ * display.texi (Images): Delete redundant @findex.
+
2007-08-16 Richard Stallman <rms@gnu.org>
* processes.texi (Asynchronous Processes): Clarify
@@ -138,8 +142,7 @@
2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
- * text.texi (Special Properties): Correct meaning of fontified
- face.
+ * text.texi (Special Properties): Correct meaning of fontified face.
2007-05-30 Richard Stallman <rms@gnu.org>
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
into Emacs.
@end defvar
-@defun image-type-available-p type
-@findex image-type-available-p
-
+@defun image-type-available-p type
This function returns non-@code{nil} if image type @var{type} is
available, i.e., if images of this type can be loaded and displayed in
Emacs. @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
following expression.
This syntax is still accepted, for compatibility with old Emacs
-versions, but we recommend not using it in new programs.
+versions, but support for it will soon disappear.
@node Problems with Macros
@section Common Problems Using Macros