Spelling fixes.

This commit is contained in:
Paul Eggert 2014-01-13 14:21:32 -08:00
parent e3f33e5dbb
commit ae93878a92
11 changed files with 15 additions and 11 deletions

View 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."))))))

View 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.

View 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.

View 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}

View 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}).

View 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)

View 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)

View 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

View file

@ -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

View 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

View file

@ -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.