diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-09-24 01:16:16 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-09-24 01:16:16 +0000 |
commit | 10d1d0af5f6421603cd841e0c1c5805e2b2fb67d (patch) | |
tree | 436363ca801b4cdde313689c044e37c02c25b681 /lisp/ChangeLog.11 | |
parent | d6a3febd83a52db53f665b0987075af590c720a5 (diff) | |
download | emacs-10d1d0af5f6421603cd841e0c1c5805e2b2fb67d.tar.gz |
Fix typos.
Diffstat (limited to 'lisp/ChangeLog.11')
-rw-r--r-- | lisp/ChangeLog.11 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ChangeLog.11 b/lisp/ChangeLog.11 index ae9c03eae54..70b1bd3c73f 100644 --- a/lisp/ChangeLog.11 +++ b/lisp/ChangeLog.11 @@ -194,7 +194,7 @@ * 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. @@ -4827,7 +4827,7 @@ 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> @@ -6069,7 +6069,7 @@ (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. @@ -10091,7 +10091,7 @@ (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". @@ -11849,7 +11849,7 @@ * 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> |