Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jan 2014 22:21:32 +0000 (14:21 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 Jan 2014 22:21:32 +0000 (14:21 -0800)
admin/admin.el
doc/emacs/buffers.texi
doc/emacs/emacs.texi
doc/misc/org.texi
doc/misc/todo-mode.texi
lisp/calendar/todo-mode.el
lisp/eshell/esh-mode.el
lisp/gnus/nndiary.el
lisp/net/ange-ftp.el
lisp/speedbar.el
test/ChangeLog

index 847a06e..007cb06 100644 (file)
@@ -78,7 +78,7 @@ Root must be the root of an Emacs source tree."
     (user-error "%s doesn't seem to be the root of an Emacs source tree" root))
   ;; There's also a "version 3" (standing for GPLv3) at the end of
   ;; `README', but since `set-version-in-file' only replaces the first
-  ;; occurence, it won't be replaced.
+  ;; occurrence, it won't be replaced.
   (set-version-in-file root "README" version
                       (rx (and "version" (1+ space)
                                (submatch (1+ (in "0-9."))))))
index 695ea96..1321216 100644 (file)
@@ -51,7 +51,7 @@ also limited by the amount of memory in the system.
 @menu
 * Select Buffer::       Creating a new buffer or reselecting an old one.
 * List Buffers::        Getting a list of buffers that exist.
-* Misc Buffer::         Renaming; changing read-onlyness; copying text.
+* Misc Buffer::         Renaming; changing read-only status; copying text.
 * Kill Buffer::         Killing buffers you no longer need.
 * Several Buffers::     How to go through the list of all buffers
                           and operate variously on several of them.
index ca55201..acd17d4 100644 (file)
@@ -493,7 +493,7 @@ Using Multiple Buffers
 
 * Select Buffer::       Creating a new buffer or reselecting an old one.
 * List Buffers::        Getting a list of buffers that exist.
-* Misc Buffer::         Renaming; changing read-onlyness; copying text.
+* Misc Buffer::         Renaming; changing read-only status; copying text.
 * Kill Buffer::         Killing buffers you no longer need.
 * Several Buffers::     How to go through the list of all buffers
                           and operate variously on several of them.
index cb2034c..4667ec3 100644 (file)
@@ -10690,7 +10690,7 @@ Toggle inclusion of tables (@code{org-export-with-tables}).
 
 @cindex property, EXPORT_FILE_NAME
 When exporting only a subtree, each of the previous keywords@footnote{With
-the exception of @samp{SETUPFILE}.} can be overriden locally by special node
+the exception of @samp{SETUPFILE}.} can be overridden locally by special node
 properties.  These begin with @samp{EXPORT_}, followed by the name of the
 keyword they supplant.  For example, @samp{DATE} and @samp{OPTIONS} keywords
 become, respectively, @samp{EXPORT_DATE} and @samp{EXPORT_OPTIONS}
index 4b5dc6d..5a903f7 100644 (file)
@@ -443,7 +443,7 @@ This command also kill the buffers visiting the deleted files.
 @item F e
 This command (@code{todo-edit-file}) changes the buffer's major mode to
 Todo Edit mode.  In this mode the entire file is visible, the buffer is
-writeable and you can use the self-insertion keys and standard Emacs
+writable and you can use the self-insertion keys and standard Emacs
 editing commands to make changes.  To return to Todo mode, type @kbd{C-x
 C-q} (@code{todo-edit-quit}).
 
index 60dd969..09cca20 100644 (file)
@@ -1204,7 +1204,7 @@ visiting the deleted files."
 
 (defun todo-edit-file ()
   "Put current buffer in `todo-edit-mode'.
-This makes the entire file visible and the buffer writeable and
+This makes the entire file visible and the buffer writable and
 you can use the self-insertion keys and standard Emacs editing
 commands to make changes.  To return to Todo mode, type
 \\[todo-edit-quit].  This runs a file format check, signaling
@@ -5560,7 +5560,7 @@ already entered and those still available."
                                                    (if (or (eq name 'default)
                                                            (eq name 'calendar)
                                                            (eq name 'here))
-                                                       " { " " ") 
+                                                       " { " " ")
                                                    "%s=>%s"
                                                    (when (or (eq name 'copy)
                                                              (eq name 'dayname)
index 4ca0c08..3d37ce8 100644 (file)
@@ -482,7 +482,7 @@ and the hook `eshell-exit-hook'."
 (declare-function find-tag-interactive "etags" (prompt &optional no-default))
 
 (defun eshell-find-tag (&optional tagname next-p regexp-p)
-  "A special version of `find-tag' that ignores read-onlyness."
+  "A special version of `find-tag' that ignores whether the text is read-only."
   (interactive)
   (require 'etags)
   (let ((inhibit-read-only t)
index 20a4c19..3453e91 100644 (file)
@@ -1314,6 +1314,8 @@ all.  This may very well take some time.")
        res))
     (sort res 'time-less-p)))
 
+;; FIXME: "occurrence" is misspelled in this function name.
+
 (defun nndiary-last-occurence (sched)
   ;; Returns the last occurrence of schedule SCHED as an Emacs time struct, or
   ;; nil for permanent schedule or errors.
@@ -1394,6 +1396,8 @@ all.  This may very well take some time.")
           nil))
        ))))
 
+;; FIXME: "occurrence" is misspelled in this function name.
+
 (defun nndiary-next-occurence (sched now)
   ;; Returns the next occurrence of schedule SCHED, starting from time NOW.
   ;; If there's no next occurrence, returns the last one (if any) which is then
index 164b016..ff727c7 100644 (file)
 ;;
 ;; Filename syntax:
 ;;
-;; CMS filenames are entered in a UNIX-y way. In otherwords, minidisks are
+;; CMS filenames are entered in a UNIX-y way. In other words, minidisks are
 ;; treated as UNIX directories. For example to access the file READ.ME in
 ;; minidisk *.311 on cuvmb.cc.columbia.edu, you would enter
 ;;   /anonymous@cuvmb.cc.columbia.edu:/*.311/READ.ME
index e7f7859..2b9d05e 100644 (file)
@@ -2969,7 +2969,7 @@ that will occur on your system."
    (run-hook-with-args 'speedbar-vc-in-control-hook directory name)
    ))
 
-;; Objet File scanning
+;; Object File scanning
 (defun speedbar-check-objects ()
   "Scan all files in a directory, and for each see if there is an object.
 See `speedbar-check-obj-this-line' and `speedbar-obj-alist' for how
index b14d038..20ed091 100644 (file)
 
        * automated/file-notify-tests.el
        (file-notify--test-local-enabled): New defconst.  Replaces all
-       `file-notify-support' occurences.
+       `file-notify-support' occurrences.
        (file-notify--test-remote-enabled): New defun.
        (file-notify--deftest-remote): Use it.
        (file-notify-test00-availability): Rewrite.