From ae93878a926442f695ac1f96f316247ff8eccc3a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 13 Jan 2014 14:21:32 -0800 Subject: [PATCH] Spelling fixes. --- admin/admin.el | 2 +- doc/emacs/buffers.texi | 2 +- doc/emacs/emacs.texi | 2 +- doc/misc/org.texi | 2 +- doc/misc/todo-mode.texi | 2 +- lisp/calendar/todo-mode.el | 4 ++-- lisp/eshell/esh-mode.el | 2 +- lisp/gnus/nndiary.el | 4 ++++ lisp/net/ange-ftp.el | 2 +- lisp/speedbar.el | 2 +- test/ChangeLog | 2 +- 11 files changed, 15 insertions(+), 11 deletions(-) diff --git a/admin/admin.el b/admin/admin.el index 847a06e35d..007cb06e59 100644 --- a/admin/admin.el +++ b/admin/admin.el @@ -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.")))))) diff --git a/doc/emacs/buffers.texi b/doc/emacs/buffers.texi index 695ea96c36..1321216463 100644 --- a/doc/emacs/buffers.texi +++ b/doc/emacs/buffers.texi @@ -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. diff --git a/doc/emacs/emacs.texi b/doc/emacs/emacs.texi index ca5520198f..acd17d4d32 100644 --- a/doc/emacs/emacs.texi +++ b/doc/emacs/emacs.texi @@ -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. diff --git a/doc/misc/org.texi b/doc/misc/org.texi index cb2034cdca..4667ec3a61 100644 --- a/doc/misc/org.texi +++ b/doc/misc/org.texi @@ -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} diff --git a/doc/misc/todo-mode.texi b/doc/misc/todo-mode.texi index 4b5dc6d6c7..5a903f7dee 100644 --- a/doc/misc/todo-mode.texi +++ b/doc/misc/todo-mode.texi @@ -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}). diff --git a/lisp/calendar/todo-mode.el b/lisp/calendar/todo-mode.el index 60dd969e2c..09cca201c3 100644 --- a/lisp/calendar/todo-mode.el +++ b/lisp/calendar/todo-mode.el @@ -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) diff --git a/lisp/eshell/esh-mode.el b/lisp/eshell/esh-mode.el index 4ca0c08723..3d37ce8778 100644 --- a/lisp/eshell/esh-mode.el +++ b/lisp/eshell/esh-mode.el @@ -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) diff --git a/lisp/gnus/nndiary.el b/lisp/gnus/nndiary.el index 20a4c19bc4..3453e91fc8 100644 --- a/lisp/gnus/nndiary.el +++ b/lisp/gnus/nndiary.el @@ -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 diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index 164b016205..ff727c767b 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el @@ -364,7 +364,7 @@ ;; ;; 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 diff --git a/lisp/speedbar.el b/lisp/speedbar.el index e7f78599e2..2b9d05e1ac 100644 --- a/lisp/speedbar.el +++ b/lisp/speedbar.el @@ -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 diff --git a/test/ChangeLog b/test/ChangeLog index b14d038c9b..20ed09158a 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -583,7 +583,7 @@ * 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. -- 2.20.1