diff options
Diffstat (limited to 'lispref')
| -rw-r--r-- | lispref/ChangeLog | 7 | ||||
| -rw-r--r-- | lispref/display.texi | 4 | ||||
| -rw-r--r-- | lispref/macros.texi | 2 |
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 @@ | |||
| 1 | 2007-08-25 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * display.texi (Images): Delete redundant @findex. | ||
| 4 | |||
| 1 | 2007-08-16 Richard Stallman <rms@gnu.org> | 5 | 2007-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 | ||
| 139 | 2007-06-01 Stefan Monnier <monnier@iro.umontreal.ca> | 143 | 2007-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 | ||
| 144 | 2007-05-30 Richard Stallman <rms@gnu.org> | 147 | 2007-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 | |||
| 3649 | into Emacs. | 3649 | into 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 | |||
| 3655 | This function returns non-@code{nil} if image type @var{type} is | 3653 | This function returns non-@code{nil} if image type @var{type} is |
| 3656 | available, i.e., if images of this type can be loaded and displayed in | 3654 | available, i.e., if images of this type can be loaded and displayed in |
| 3657 | Emacs. @var{type} should be one of the types contained in | 3655 | 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 | |||
| 365 | following expression. | 365 | following expression. |
| 366 | 366 | ||
| 367 | This syntax is still accepted, for compatibility with old Emacs | 367 | This syntax is still accepted, for compatibility with old Emacs |
| 368 | versions, but we recommend not using it in new programs. | 368 | versions, 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 |