emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r116017: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] trunk r116017: Spelling fixes.
Date: Mon, 13 Jan 2014 22:21:36 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 116017
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Mon 2014-01-13 14:21:32 -0800
message:
  Spelling fixes.
modified:
  admin/admin.el                 admin.el-20091113204419-o5vbwnq5f7feedwu-2254
  doc/emacs/buffers.texi         
buffers.texi-20091113204419-o5vbwnq5f7feedwu-6234
  doc/emacs/emacs.texi           emacs.texi-20091113204419-o5vbwnq5f7feedwu-6246
  doc/misc/org.texi              org.texi-20091113204419-o5vbwnq5f7feedwu-6313
  doc/misc/todo-mode.texi        todomode.texi-20130804212326-csuj921rpk9gy1gz-1
  lisp/calendar/todo-mode.el     todos.el-20120911155047-0ytqo2nidwqquefa-1
  lisp/eshell/esh-mode.el        eshmode.el-20091113204419-o5vbwnq5f7feedwu-1848
  lisp/gnus/nndiary.el           nndiary.el-20091113204419-o5vbwnq5f7feedwu-3263
  lisp/net/ange-ftp.el           angeftp.el-20091113204419-o5vbwnq5f7feedwu-1784
  lisp/speedbar.el               
speedbar.el-20091113204419-o5vbwnq5f7feedwu-1271
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
=== modified file 'admin/admin.el'
--- a/admin/admin.el    2014-01-04 03:18:33 +0000
+++ b/admin/admin.el    2014-01-13 22:21:32 +0000
@@ -78,7 +78,7 @@
     (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."))))))

=== modified file 'doc/emacs/buffers.texi'
--- a/doc/emacs/buffers.texi    2014-01-07 18:01:12 +0000
+++ b/doc/emacs/buffers.texi    2014-01-13 22:21:32 +0000
@@ -51,7 +51,7 @@
 @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.

=== modified file 'doc/emacs/emacs.texi'
--- a/doc/emacs/emacs.texi      2014-01-10 02:44:51 +0000
+++ b/doc/emacs/emacs.texi      2014-01-13 22:21:32 +0000
@@ -493,7 +493,7 @@
 
 * 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.

=== modified file 'doc/misc/org.texi'
--- a/doc/misc/org.texi 2014-01-07 16:59:24 +0000
+++ b/doc/misc/org.texi 2014-01-13 22:21:32 +0000
@@ -10690,7 +10690,7 @@
 
 @cindex property, EXPORT_FILE_NAME
 When exporting only a subtree, each of the previous address@hidden
-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}

=== modified file 'doc/misc/todo-mode.texi'
--- a/doc/misc/todo-mode.texi   2014-01-06 05:25:46 +0000
+++ b/doc/misc/todo-mode.texi   2014-01-13 22:21:32 +0000
@@ -443,7 +443,7 @@
 @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}).
 

=== modified file 'lisp/calendar/todo-mode.el'
--- a/lisp/calendar/todo-mode.el        2014-01-01 07:43:34 +0000
+++ b/lisp/calendar/todo-mode.el        2014-01-13 22:21:32 +0000
@@ -1204,7 +1204,7 @@
 
 (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 @@
                                                    (if (or (eq name 'default)
                                                            (eq name 'calendar)
                                                            (eq name 'here))
-                                                       " { " " ") 
+                                                       " { " " ")
                                                    "%s=>%s"
                                                    (when (or (eq name 'copy)
                                                              (eq name 'dayname)

=== modified file 'lisp/eshell/esh-mode.el'
--- a/lisp/eshell/esh-mode.el   2014-01-01 07:43:34 +0000
+++ b/lisp/eshell/esh-mode.el   2014-01-13 22:21:32 +0000
@@ -482,7 +482,7 @@
 (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)

=== modified file 'lisp/gnus/nndiary.el'
--- a/lisp/gnus/nndiary.el      2014-01-01 07:43:34 +0000
+++ b/lisp/gnus/nndiary.el      2014-01-13 22:21:32 +0000
@@ -1314,6 +1314,8 @@
        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 @@
           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

=== modified file 'lisp/net/ange-ftp.el'
--- a/lisp/net/ange-ftp.el      2014-01-01 07:43:34 +0000
+++ b/lisp/net/ange-ftp.el      2014-01-13 22:21:32 +0000
@@ -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
 ;;   /address@hidden:/*.311/READ.ME

=== modified file 'lisp/speedbar.el'
--- a/lisp/speedbar.el  2014-01-01 07:43:34 +0000
+++ b/lisp/speedbar.el  2014-01-13 22:21:32 +0000
@@ -2969,7 +2969,7 @@
    (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

=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2014-01-13 10:53:36 +0000
+++ b/test/ChangeLog    2014-01-13 22:21:32 +0000
@@ -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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]