emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113573: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] trunk r113573: Spelling fixes.
Date: Sat, 27 Jul 2013 22:14:10 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113573
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2013-07-28 00:14:07 +0200
message:
  Spelling fixes.
modified:
  doc/misc/ido.texi              ido.texi-20130724222900-50gdum2iefexcdgi-1
  src/ChangeLog.9                
changelog.9-20091113204419-o5vbwnq5f7feedwu-2384
  src/eval.c                     eval.c-20091113204419-o5vbwnq5f7feedwu-237
  src/nsterm.m                   nsterm.m-20091113204419-o5vbwnq5f7feedwu-8747
=== modified file 'doc/misc/ido.texi'
--- a/doc/misc/ido.texi 2013-07-24 22:32:48 +0000
+++ b/doc/misc/ido.texi 2013-07-27 22:14:07 +0000
@@ -273,7 +273,7 @@
 On MS-DOS or Windows, to select the root of another drive, enter
 @samp{X:/} where @samp{X} is the drive letter.  To go to the home
 directory, enter @samp{~/}.  To enter Dired for this directory, use
address@hidden  
address@hidden
 
 @c TODO: a new node for ftp hosts
 @cindex ftp hosts
@@ -587,14 +587,14 @@
 @c @defvr {User Option} ido-rotate-file-list-default
 @c @defvr {User Option} ido-enter-matching-directory
 @c @defvr {User Option} ido-create-new-buffer
address@hidden @defvr {User Option} ido-setup-hook 
address@hidden @defvr {User Option} ido-setup-hook
 @c @defvr {User Option} ido-separator
 @c @defvr {User Option} ido-decorations
 @c @defvr {User Option} ido-use-virtual-buffers
 @c @defvr {User Option} ido-use-faces
address@hidden @defvr {User Option} ido-make-file-list-hook 
address@hidden @defvr {User Option} ido-make-dir-list-hook 
address@hidden @defvr {User Option} ido-make-buffer-list-hook 
address@hidden @defvr {User Option} ido-make-file-list-hook
address@hidden @defvr {User Option} ido-make-dir-list-hook
address@hidden @defvr {User Option} ido-make-buffer-list-hook
 @c @defvr {User Option} ido-rewrite-file-prompt-functions
 @c @defvr {User Option} ido-completion-buffer
 @c @defvr {User Option} ido-completion-buffer-all-completions
@@ -689,7 +689,7 @@
 @code{ido-read-directory-name} can be used by other packages to read a
 buffer name, a file name, or a directory name in the @emph{Ido} way.
 
address@hidden @node Cheetsheet
address@hidden @node Cheatsheet
 
 @c * History and Acknowledgments::     How Ido came into being
 @c @node History and Acknowledgments

=== modified file 'src/ChangeLog.9'
--- a/src/ChangeLog.9   2013-01-01 09:11:05 +0000
+++ b/src/ChangeLog.9   2013-07-27 22:14:07 +0000
@@ -10644,7 +10644,7 @@
        (syms_of_xfns) [GLYPH_DEBUG]: Don't defsubr removed functions.
        (syms_of_xfns): Initialize Qcenter.
 
-       * eval.c (Fsignal): If lisp_eval_depth or spepdl_size are near
+       * eval.c (Fsignal): If lisp_eval_depth or specpdl_size are near
        to the limits, increase the limits.
 
 2000-05-01  Kenichi Handa  <address@hidden>

=== modified file 'src/eval.c'
--- a/src/eval.c        2013-07-26 08:39:55 +0000
+++ b/src/eval.c        2013-07-27 22:14:07 +0000
@@ -3481,7 +3481,7 @@
    directly in the pre-existing specpdl elements (i.e. we swap the current
    value and the old value stored in the specpdl), kind of like the inplace
    pointer-reversal trick.  As it turns out, the rewind does the same as the
-   unwind, except it starts from the other end of the spepdl stack, so we use
+   unwind, except it starts from the other end of the specpdl stack, so we use
    the same function for both unwind and rewind.  */
 static void
 backtrace_eval_unrewind (int distance)

=== modified file 'src/nsterm.m'
--- a/src/nsterm.m      2013-07-21 11:47:07 +0000
+++ b/src/nsterm.m      2013-07-27 22:14:07 +0000
@@ -4473,9 +4473,9 @@
 
 #ifdef NS_IMPL_COCOA
   /* If no dialog and none of our frames have focus and it is a move, skip it.
-     It is a mouse move in an auxillary menu, i.e. on the top right on OSX,
+     It is a mouse move in an auxiliary menu, i.e. on the top right on OSX,
      such as Wifi, sound, date or similar.
-     This prevents "spooky" highlightning in the frame under the menu.  */
+     This prevents "spooky" highlighting in the frame under the menu.  */
   if (type == NSMouseMoved && [NSApp modalWindow] == nil)
     {
       struct ns_display_info *di;


reply via email to

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