diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-11-01 22:07:13 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-11-01 22:07:43 -0700 |
commit | 9d31a970927aae027155778a2ec2782c52ff63c6 (patch) | |
tree | cc3cd4058ef398900fdea8eedb786b587ab4ae2d /lisp | |
parent | 460a25f2127390ace71e7dd7b5f079efa07c99d7 (diff) | |
download | emacs-9d31a970927aae027155778a2ec2782c52ff63c6.tar.gz emacs-9d31a970927aae027155778a2ec2782c52ff63c6.tar.bz2 emacs-9d31a970927aae027155778a2ec2782c52ff63c6.zip |
; Spelling fixes
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog.17 | 2 | ||||
-rw-r--r-- | lisp/ChangeLog.9 | 2 | ||||
-rw-r--r-- | lisp/url/url-tramp.el | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/lisp/ChangeLog.17 b/lisp/ChangeLog.17 index 1bd882f0a22..bb3375be9a6 100644 --- a/lisp/ChangeLog.17 +++ b/lisp/ChangeLog.17 @@ -23666,7 +23666,7 @@ 2013-05-28 Alan Mackenzie <acm@muc.de> - Handle "capitalised keywords" correctly. + Handle "capitalized keywords" correctly. * progmodes/cc-mode.el (c-after-change): Bind case-fold-search to nil. 2013-05-28 Aidan Gauland <aidalgol@amuri.net> diff --git a/lisp/ChangeLog.9 b/lisp/ChangeLog.9 index 376589ff909..16e0a88052b 100644 --- a/lisp/ChangeLog.9 +++ b/lisp/ChangeLog.9 @@ -2033,7 +2033,7 @@ (uniquify-get-proposed-name): Arguments changed, callers changed. (uniquify-rationalize-conflicting-sublist): Explicitly reset the uniquify-possibly-resolvable flag, which is no more bound locally. - (uniquify-rename-buffer): Do not set the old unrationalised-buffer + (uniquify-rename-buffer): Do not set the old unrationalized-buffer flag, which does not exist any more. 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il> diff --git a/lisp/url/url-tramp.el b/lisp/url/url-tramp.el index 0b07bd0d1aa..f4149ddb967 100644 --- a/lisp/url/url-tramp.el +++ b/lisp/url/url-tramp.el @@ -39,7 +39,7 @@ They must also be covered by `url-handler-regexp'." (defun url-tramp-convert-url-to-tramp (url) "Convert URL to a Tramp file name. If URL contains a password, it will be added to the `password-data' cache. -In case URL is not convertable, nil is returned." +In case URL is not convertible, nil is returned." (let* ((obj (url-generic-parse-url (and (stringp url) url))) (port (and (natnump (url-portspec obj)) @@ -57,7 +57,7 @@ In case URL is not convertable, nil is returned." (defun url-tramp-convert-tramp-to-url (file) "Convert FILE, a Tramp file name, to a URL. -In case FILE is not convertable, nil is returned." +In case FILE is not convertible, nil is returned." (let* ((obj (ignore-errors (tramp-dissect-file-name file))) (port (and (stringp (tramp-file-name-port obj)) |