aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild-aux/msys-to-w322
-rw-r--r--etc/TODO2
2 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/msys-to-w32 b/build-aux/msys-to-w32
index 31149ea3036..e45ec3cb7e2 100755
--- a/build-aux/msys-to-w32
+++ b/build-aux/msys-to-w32
@@ -37,7 +37,7 @@ transformations:
374. Translate to Windows-native format those paths that are not in such 374. Translate to Windows-native format those paths that are not in such
38 format already. The translated paths will not end with a slash, 38 format already. The translated paths will not end with a slash,
39 except for root directories (e.g. 'c:/' or 'c:/foo'). 39 except for root directories (e.g. 'c:/' or 'c:/foo').
405. Escape with backslashes every ocurrence of SEPARATOR2 within the paths. 405. Escape with backslashes every occurrence of SEPARATOR2 within the paths.
416. Concatenate the translated paths with SEPARATOR2. 416. Concatenate the translated paths with SEPARATOR2.
42 42
43If MUSTEXIST is 'Y' or not supplied, then each path in PATHLIST must 43If MUSTEXIST is 'Y' or not supplied, then each path in PATHLIST must
diff --git a/etc/TODO b/etc/TODO
index d811cc9fe09..87e8ed57d5c 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -203,7 +203,7 @@ http://lists.gnu.org/archive/html/emacs-devel/2008-08/msg00456.html
203** "Emacs as word processor" 203** "Emacs as word processor"
204http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00515.html 204http://lists.gnu.org/archive/html/emacs-devel/2013-11/msg00515.html
205 rms writes: 205 rms writes:
206 25 years ago I hoped we would extend Emacs to do WYSIWG word 206 25 years ago I hoped we would extend Emacs to do WYSIWYG word
207 processing. That is why we added text properties and variable 207 processing. That is why we added text properties and variable
208 width fonts. However, more features are still needed to achieve this. 208 width fonts. However, more features are still needed to achieve this.
209 209