]> code.delx.au - gnu-emacs/commitdiff
Spelling fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 27 Jul 2013 22:14:07 +0000 (00:14 +0200)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 27 Jul 2013 22:14:07 +0000 (00:14 +0200)
doc/misc/ido.texi
src/ChangeLog.9
src/eval.c
src/nsterm.m

index e61a90463c588989eafec05c48b215e29310aa3d..dbc35b09bb873131fcb71908ae0d98de452ad97e 100644 (file)
@@ -273,7 +273,7 @@ To go to the root directory (on the current drive), enter two slashes.
 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
-@kbd{C-d}.  
+@kbd{C-d}.
 
 @c TODO: a new node for ftp hosts
 @cindex ftp hosts
@@ -587,14 +587,14 @@ if you type a dot as first char (even if @code{ido-enable-prefix} is
 @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
-@c @defvr {User Option} ido-setup-hook 
+@c @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
-@c @defvr {User Option} ido-make-file-list-hook 
-@c @defvr {User Option} ido-make-dir-list-hook 
-@c @defvr {User Option} ido-make-buffer-list-hook 
+@c @defvr {User Option} ido-make-file-list-hook
+@c @defvr {User Option} ido-make-dir-list-hook
+@c @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 @@ If you don't want to rely on the @code{ido-everywhere} functionality,
 @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.
 
-@c @node Cheetsheet
+@c @node Cheatsheet
 
 @c * History and Acknowledgments::     How Ido came into being
 @c @node History and Acknowledgments
index b451b78944f03d89ab761d51d8c6f448086541a0..2e1d41b2495786a9ca32a2cb1c11470ef7ac033e 100644 (file)
        (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  <handa@etl.go.jp>
index bb5d5efc9ba6f1c635aa96d054f75951acdc30ca..cb716690e3c9fe699bcab4ed70a875dd406a2ad9 100644 (file)
@@ -3481,7 +3481,7 @@ nearest activation frame.  */)
    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)
index 6153879833715071100d56cea4df36a3372538aa..14706f6b91d1eb7980edbd1e51818f8588620d4c 100644 (file)
@@ -4473,9 +4473,9 @@ ns_term_shutdown (int sig)
 
 #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;