aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2016-05-30 23:19:54 -0700
committerPaul Eggert2016-05-30 23:20:20 -0700
commit01030eed9395f5004e7d0721394697d1ca90cc2f (patch)
tree3a13848e94b95796a5070adf8b2ec2e3dd4761f7
parent0c26f14b7e200b39134ec70c77fab8c467cf3290 (diff)
downloademacs-01030eed9395f5004e7d0721394697d1ca90cc2f.tar.gz
emacs-01030eed9395f5004e7d0721394697d1ca90cc2f.zip
; Spelling fixes
-rw-r--r--lisp/emacs-lisp/autoload.el2
-rw-r--r--lisp/emacs-lisp/radix-tree.el2
-rw-r--r--lisp/net/tramp-gvfs.el2
-rw-r--r--lisp/net/tramp-sh.el2
4 files changed, 4 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/autoload.el b/lisp/emacs-lisp/autoload.el
index afd8e4ee03e..424b8e31936 100644
--- a/lisp/emacs-lisp/autoload.el
+++ b/lisp/emacs-lisp/autoload.el
@@ -967,7 +967,7 @@ write its autoloads into the specified file instead."
967 t files-re)) 967 t files-re))
968 dirs))) 968 dirs)))
969 (done ()) ;Files processed; to remove duplicates. 969 (done ()) ;Files processed; to remove duplicates.
970 (changed nil) ;Non-nil if some change occured. 970 (changed nil) ;Non-nil if some change occurred.
971 (last-time) 971 (last-time)
972 ;; Files with no autoload cookies or whose autoloads go to other 972 ;; Files with no autoload cookies or whose autoloads go to other
973 ;; files because of file-local autoload-generated-file settings. 973 ;; files because of file-local autoload-generated-file settings.
diff --git a/lisp/emacs-lisp/radix-tree.el b/lisp/emacs-lisp/radix-tree.el
index a6984b8034c..d4b5cd211e4 100644
--- a/lisp/emacs-lisp/radix-tree.el
+++ b/lisp/emacs-lisp/radix-tree.el
@@ -38,7 +38,7 @@
38;; of array, so every level's lookup is O(N) rather than O(1). We could easily 38;; of array, so every level's lookup is O(N) rather than O(1). We could easily
39;; solve this by using char-tables instead of alists, but that would make every 39;; solve this by using char-tables instead of alists, but that would make every
40;; level take up a lot more memory, and it would make the resulting 40;; level take up a lot more memory, and it would make the resulting
41;; datastructure harder to read (by a human) when printed out. 41;; data structure harder to read (by a human) when printed out.
42 42
43;;; Code: 43;;; Code:
44 44
diff --git a/lisp/net/tramp-gvfs.el b/lisp/net/tramp-gvfs.el
index 96773928068..ac390e5d5a6 100644
--- a/lisp/net/tramp-gvfs.el
+++ b/lisp/net/tramp-gvfs.el
@@ -410,7 +410,7 @@ Every entry is a list (NAME ADDRESS).")
410(defconst tramp-gvfs-file-attributes 410(defconst tramp-gvfs-file-attributes
411 '("type" 411 '("type"
412 "standard::display-name" 412 "standard::display-name"
413 ;; We don't need this one. It is used as delimeter in case the 413 ;; We don't need this one. It is used as delimiter in case the
414 ;; display name contains spaces, which is hard to parse. 414 ;; display name contains spaces, which is hard to parse.
415 "standard::icon" 415 "standard::icon"
416 "standard::symlink-target" 416 "standard::symlink-target"
diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index bfa3cc62ae2..e9f78b7d1ce 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -4717,7 +4717,7 @@ connection if a previous connection has died for some reason."
4717 (options (tramp-ssh-controlmaster-options vec)) 4717 (options (tramp-ssh-controlmaster-options vec))
4718 (process-connection-type tramp-process-connection-type) 4718 (process-connection-type tramp-process-connection-type)
4719 (process-adaptive-read-buffering nil) 4719 (process-adaptive-read-buffering nil)
4720 ;; There are unfortune settings for "cmdproxy" on 4720 ;; There are unfortunate settings for "cmdproxy" on
4721 ;; W32 systems. 4721 ;; W32 systems.
4722 (process-coding-system-alist nil) 4722 (process-coding-system-alist nil)
4723 (coding-system-for-read nil) 4723 (coding-system-for-read nil)