aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2011-12-04 00:02:42 -0800
committerPaul Eggert2011-12-04 00:02:42 -0800
commitc80e3b4aed2e70eb6d8445d786c0df770094e9e1 (patch)
treee44fe2f2604d66890ec2442ea23e73ee5011907a /etc
parenta24bf23e0f6e5cea917b77cc455314cdcc31be5b (diff)
downloademacs-c80e3b4aed2e70eb6d8445d786c0df770094e9e1.tar.gz
emacs-c80e3b4aed2e70eb6d8445d786c0df770094e9e1.zip
Spelling fixes.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS.192
-rw-r--r--etc/TODO2
-rw-r--r--etc/srecode/template.srt4
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
4458So that such output processing may be done efficiently, there is a new 4458So that such output processing may be done efficiently, there is a new
4459variable, comint-last-output-start, that records the position of the start of 4459variable, comint-last-output-start, that records the position of the start of
4460the lastest output inserted into the buffer (effectively the previous value 4460the last output inserted into the buffer (effectively the previous value
4461of process-mark). Output processing functions should process the text 4461of process-mark). Output processing functions should process the text
4462between comint-last-output-start (or perhaps the beginning of the line that 4462between comint-last-output-start (or perhaps the beginning of the line that
4463the position lies on) and process-mark. 4463the position lies on) and process-mark.
diff --git a/etc/TODO b/etc/TODO
index 5acd8734ad0..2470747bfb5 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -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
676ImageMagick one. This is not wrong, but how should a user go about 676ImageMagick one. This is not wrong, but how should a user go about
677prefering the ImageMagick loader? The user might like zooming etc in jpegs. 677preferring the ImageMagick loader? The user might like zooming etc in jpegs.
678 678
679Try (setq image-type-header-regexps nil) for a quick hack to prefer 679Try (setq image-type-header-regexps nil) for a quick hack to prefer
680ImageMagick over the jpg loader. 680ImageMagick 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$"
125bind "p" 125bind "p"
126 126
127template priority :blank 127template priority :blank
128"Insert a priority statemept." 128"Insert a priority statement."
129---- 129----
130set priority $^$ 130set priority $^$
131---- 131----
132 132
133template application :blank 133template application :blank
134"Insert a priority statemept." 134"Insert an application statement."
135---- 135----
136set application "$^$" 136set application "$^$"
137---- 137----