]> code.delx.au - gnu-emacs/blobdiff - lisp/ChangeLog.11
Fix typos.
[gnu-emacs] / lisp / ChangeLog.11
index ae9c03eae54f92b6a886d60c64ff9100e30bbe72..70b1bd3c73f381fced9d2e6ea8ff0f752a2adfa2 100644 (file)
 
        * hexl.el (hexlify-buffer): Remove fontification here.
        Use font lock mechanism instead.
-       (hexl-font-lock-keywords): New font lock kewords.
+       (hexl-font-lock-keywords): New font lock keywords.
        (hexl-mode-old-font-lock-keywords): New variable.
        (hexl-mode): Store the old font lock keywords.
        (hexl-mode-exit): Restore the old font lock keywords.
 2004-08-30  John Paul Wallington  <jpw@gnu.org>
 
        * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
-       strings rather than programatically constructing message.
+       strings rather than programmatically constructing message.
 
 2004-08-30  Richard M. Stallman  <rms@gnu.org>
 
        (encode-char): Likewise.
 
        * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
-       pair correctly.  Call ccl-mule-utf-untrans for untranslable chars.
+       pair correctly.  Call ccl-mule-utf-untrans for untranslatable chars.
        (utf-16le-decode-loop): Set r5 to -1 before loop.
        (utf-16be-decode-loop): Likewise.
        (ccl-decode-mule-utf-16le): Add EOF processing block.
        (tramp-smb-process-running): Remove.  Since we acknowledge the
        virtual prompt for shares, there's no need for distinction of
        reading shares (process ends afterwards) and interactive mode of
-       smblient.
+       smbclient.
        (tramp-smb-open-connection): Setting process sentinel removed.
        (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
        "NT_STATUS_NETWORK_ACCESS_DENIED".
        * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
        iswitchb-exit is set to 'usefirst when user selects buffer at head
        of list using RET.  (Selecting buffers at the head of the list was
-       broken if the substring was also a complete buffername.)
+       broken if the substring was also a complete buffer name.)
 
 2003-11-23  Kim F. Storm  <storm@cua.dk>