diff options
| author | Stephen Gildea | 2019-11-03 18:36:05 -0800 |
|---|---|---|
| committer | Stephen Gildea | 2019-11-03 18:36:45 -0800 |
| commit | 1d4862e8c18aff5e2a59b9fb37e643a389683047 (patch) | |
| tree | a8185f4df41d0c4b08f229905443d57305ac9f1a /src/image.c | |
| parent | 8ae7c8866d01d792127591a56221f382692d2571 (diff) | |
| download | emacs-1d4862e8c18aff5e2a59b9fb37e643a389683047.tar.gz emacs-1d4862e8c18aff5e2a59b9fb37e643a389683047.zip | |
Fix English grammar in some doc strings and comments
(files.el subr.el): Fix some grammar errors in doc strings and comments.
(frame.c fringe.c image.c xfns.c xterm.c): Fix some English grammar
errors in doc strings.
Diffstat (limited to 'src/image.c')
| -rw-r--r-- | src/image.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/image.c b/src/image.c index 08e420837a0..870f008b14f 100644 --- a/src/image.c +++ b/src/image.c | |||
| @@ -1758,7 +1758,7 @@ DEFUN ("clear-image-cache", Fclear_image_cache, Sclear_image_cache, | |||
| 1758 | doc: /* Clear the image cache. | 1758 | doc: /* Clear the image cache. |
| 1759 | FILTER nil or a frame means clear all images in the selected frame. | 1759 | FILTER nil or a frame means clear all images in the selected frame. |
| 1760 | FILTER t means clear the image caches of all frames. | 1760 | FILTER t means clear the image caches of all frames. |
| 1761 | Anything else, means only clear those images which refer to FILTER, | 1761 | Anything else means clear only those images that refer to FILTER, |
| 1762 | which is then usually a filename. */) | 1762 | which is then usually a filename. */) |
| 1763 | (Lisp_Object filter) | 1763 | (Lisp_Object filter) |
| 1764 | { | 1764 | { |
| @@ -10055,7 +10055,7 @@ DEFUN ("init-image-library", Finit_image_library, Sinit_image_library, 1, 1, 0, | |||
| 10055 | doc: /* Initialize image library implementing image type TYPE. | 10055 | doc: /* Initialize image library implementing image type TYPE. |
| 10056 | Return t if TYPE is a supported image type. | 10056 | Return t if TYPE is a supported image type. |
| 10057 | 10057 | ||
| 10058 | If image libraries are loaded dynamically (currently only the case on | 10058 | If image libraries are loaded dynamically (currently the case only on |
| 10059 | MS-Windows), load the library for TYPE if it is not yet loaded, using | 10059 | MS-Windows), load the library for TYPE if it is not yet loaded, using |
| 10060 | the library file(s) specified by `dynamic-library-alist'. */) | 10060 | the library file(s) specified by `dynamic-library-alist'. */) |
| 10061 | (Lisp_Object type) | 10061 | (Lisp_Object type) |