diff options
| author | Paul Eggert | 2011-12-04 00:02:42 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-04 00:02:42 -0800 |
| commit | c80e3b4aed2e70eb6d8445d786c0df770094e9e1 (patch) | |
| tree | e44fe2f2604d66890ec2442ea23e73ee5011907a /etc | |
| parent | a24bf23e0f6e5cea917b77cc455314cdcc31be5b (diff) | |
| download | emacs-c80e3b4aed2e70eb6d8445d786c0df770094e9e1.tar.gz emacs-c80e3b4aed2e70eb6d8445d786c0df770094e9e1.zip | |
Spelling fixes.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS.19 | 2 | ||||
| -rw-r--r-- | etc/TODO | 2 | ||||
| -rw-r--r-- | etc/srecode/template.srt | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/etc/NEWS.19 b/etc/NEWS.19 index 16a9d9dc4cb..849566e6238 100644 --- a/etc/NEWS.19 +++ b/etc/NEWS.19 | |||
| @@ -4457,7 +4457,7 @@ highlighting, etc. | |||
| 4457 | 4457 | ||
| 4458 | So that such output processing may be done efficiently, there is a new | 4458 | So that such output processing may be done efficiently, there is a new |
| 4459 | variable, comint-last-output-start, that records the position of the start of | 4459 | variable, comint-last-output-start, that records the position of the start of |
| 4460 | the lastest output inserted into the buffer (effectively the previous value | 4460 | the last output inserted into the buffer (effectively the previous value |
| 4461 | of process-mark). Output processing functions should process the text | 4461 | of process-mark). Output processing functions should process the text |
| 4462 | between comint-last-output-start (or perhaps the beginning of the line that | 4462 | between comint-last-output-start (or perhaps the beginning of the line that |
| 4463 | the position lies on) and process-mark. | 4463 | the position lies on) and process-mark. |
| @@ -674,7 +674,7 @@ with toolkit-specific code to display the menu bar right to left. | |||
| 674 | 674 | ||
| 675 | *** image-type-header-regexps priorities the jpeg loader over the | 675 | *** image-type-header-regexps priorities the jpeg loader over the |
| 676 | ImageMagick one. This is not wrong, but how should a user go about | 676 | ImageMagick one. This is not wrong, but how should a user go about |
| 677 | prefering the ImageMagick loader? The user might like zooming etc in jpegs. | 677 | preferring the ImageMagick loader? The user might like zooming etc in jpegs. |
| 678 | 678 | ||
| 679 | Try (setq image-type-header-regexps nil) for a quick hack to prefer | 679 | Try (setq image-type-header-regexps nil) for a quick hack to prefer |
| 680 | ImageMagick over the jpg loader. | 680 | ImageMagick over the jpg loader. |
diff --git a/etc/srecode/template.srt b/etc/srecode/template.srt index 3c9aff7ff0d..adbe554216b 100644 --- a/etc/srecode/template.srt +++ b/etc/srecode/template.srt | |||
| @@ -125,13 +125,13 @@ prompt $?NAME$ "$?PROMPT$" | |||
| 125 | bind "p" | 125 | bind "p" |
| 126 | 126 | ||
| 127 | template priority :blank | 127 | template priority :blank |
| 128 | "Insert a priority statemept." | 128 | "Insert a priority statement." |
| 129 | ---- | 129 | ---- |
| 130 | set priority $^$ | 130 | set priority $^$ |
| 131 | ---- | 131 | ---- |
| 132 | 132 | ||
| 133 | template application :blank | 133 | template application :blank |
| 134 | "Insert a priority statemept." | 134 | "Insert an application statement." |
| 135 | ---- | 135 | ---- |
| 136 | set application "$^$" | 136 | set application "$^$" |
| 137 | ---- | 137 | ---- |