emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r111925: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111925: Spelling fixes.
Date: Sat, 02 Mar 2013 22:40:21 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111925
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sat 2013-03-02 22:40:21 -0800
message:
  Spelling fixes.
modified:
  doc/misc/tramp.texi
  etc/MH-E-NEWS
  lisp/textmodes/ispell.el
=== modified file 'doc/misc/tramp.texi'
--- a/doc/misc/tramp.texi       2013-03-01 21:14:59 +0000
+++ b/doc/misc/tramp.texi       2013-03-03 06:40:21 +0000
@@ -1009,7 +1009,7 @@
 runs under the permissions of the @command{adbd} process on the
 Android device.  If a user name is specified, @value{tramp} applies an
 @command{su} on the device.  This does not work with all Android
-devices, especially with nonrooted ones.  In that case, an error
+devices, especially with unrooted ones.  In that case, an error
 message is displayed.
 
 If there is exactly one Android device connected to the local machine,

=== modified file 'etc/MH-E-NEWS'
--- a/etc/MH-E-NEWS     2013-03-03 00:02:19 +0000
+++ b/etc/MH-E-NEWS     2013-03-03 06:40:21 +0000
@@ -14,7 +14,7 @@
 The function `mh-rmail' now switches to `+inbox' as expected (closes
 SF #271).
 
-*** Problem forwarding a messsage
+*** Problem forwarding a message
 
 Forwarding messages resulted in the error: `(wrong-type-argument
 number-or-marker-p nil).' This has been fixed by setting the mail
@@ -1005,7 +1005,7 @@
 *** mh-speedbar-selected-folder-with-unseen-messages
 
 Renamed from `mh-speedbar-selected-folder-with-unseen-messages-face'
-per new Emacs conventions. 
+per new Emacs conventions.
 
 
 
@@ -1118,7 +1118,7 @@
 
 *** Face Variable Names Now Follow Current Conventions
 
-The -face suffix has been dropped from all face names. 
+The -face suffix has been dropped from all face names.
 
 *** Swish Fixes
 
@@ -3379,4 +3379,3 @@
 mode: outline
 paragraph-separate: "[         ]*$"
 end:
-

=== modified file 'lisp/textmodes/ispell.el'
--- a/lisp/textmodes/ispell.el  2013-03-01 17:46:57 +0000
+++ b/lisp/textmodes/ispell.el  2013-03-03 06:40:21 +0000
@@ -1157,7 +1157,7 @@
          (use-for-dicts (list dict))
          (dict-args-cdr (cdr (ispell-parse-hunspell-affix-file dict)))
          newlist)
-      ;; Get a list of unitialized dicts using the same affix file.
+      ;; Get a list of uninitialized dicts using the same affix file.
       (dolist (dict-equiv-alist-entry ispell-hunspell-dictionary-equivs-alist)
        (let ((dict-equiv-key (car dict-equiv-alist-entry))
              (dict-equiv-value (cadr dict-equiv-alist-entry)))


reply via email to

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