Fix last changes in make-docfile.c.
[bpt/emacs.git] / lisp / ChangeLog.8
index ccc9b47..db5c2f8 100644 (file)
        (sh-mode-map): Added new bindings.
        (sh-mode): Updated mode doc-string for new commands, added
        make-local-variable calls, initialize mode-specific variables.
-       (sh-indent-line): Renamed to sh-basic-indent-line;  sh-indent-line
+       (sh-indent-line): Renamed to sh-basic-indent-line; sh-indent-line
        is now a different function.
        (sh-header-marker): Changed docstring.
        (sh-set-shell): Initialize mode-specific variables.
        standard `print' and `nprint' programs, as well as `lpr' and
        similar programs.  Only write directly to the printer port if no
        print program is specified.  Work around a bug in Windows 9x
-       affecting Win32 version of Emacs by invoking command.com to write
+       affecting the w32 version of Emacs by invoking command.com to write
        to the printer port instead of writing directly.
        (direct-print-region-function): Use direct-print-region-helper to
        do most of the work.