emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115431: Spelling fixes.


From: Paul Eggert
Subject: [Emacs-diffs] trunk r115431: Spelling fixes.
Date: Sun, 08 Dec 2013 21:23:54 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115431
revision-id: address@hidden
parent: address@hidden
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Sun 2013-12-08 13:23:50 -0800
message:
  Spelling fixes.
modified:
  lisp/ChangeLog.10              
changelog.10-20091113204419-o5vbwnq5f7feedwu-2943
  lisp/emacs-lisp/debug.el       debug.el-20091113204419-o5vbwnq5f7feedwu-398
  lisp/org/ox-ascii.el           oxascii.el-20131112130502-8825zrk0dp6b9sq5-7
  src/ChangeLog.3                
changelog.3-20091113204419-o5vbwnq5f7feedwu-1406
  src/eval.c                     eval.c-20091113204419-o5vbwnq5f7feedwu-237
=== modified file 'lisp/ChangeLog.10'
--- a/lisp/ChangeLog.10 2013-07-26 17:02:22 +0000
+++ b/lisp/ChangeLog.10 2013-12-08 21:23:50 +0000
@@ -5639,7 +5639,7 @@
        add handling of entry attributes using diary-pull-attrs.
        (mark-calendar-days-named, mark-calendar-days-named)
        (mark-calendar-date-pattern, mark-calendar-month)
-       (add-to-diary-list): Add optional paramater `color' for passing
+       (add-to-diary-list): Add optional parameter `color' for passing
        face attribute info through the callchain.  Pass this parameter around.
 
 2003-02-11  Stefan Monnier  <address@hidden>

=== modified file 'lisp/emacs-lisp/debug.el'
--- a/lisp/emacs-lisp/debug.el  2013-12-02 14:45:22 +0000
+++ b/lisp/emacs-lisp/debug.el  2013-12-08 21:23:50 +0000
@@ -642,7 +642,7 @@
     (define-key map "h" 'describe-mode)
     (define-key map "q" 'top-level)
     (define-key map "e" 'debugger-eval-expression)
-    (define-key map "v" 'debugger-toggle-locals) ;"v" is for "v"ariables.
+    (define-key map "v" 'debugger-toggle-locals) ; "v" is for "variables".
     (define-key map " " 'next-line)
     (define-key map "R" 'debugger-record-expression)
     (define-key map "\C-m" 'debug-help-follow)

=== modified file 'lisp/org/ox-ascii.el'
--- a/lisp/org/ox-ascii.el      2013-12-06 11:21:31 +0000
+++ b/lisp/org/ox-ascii.el      2013-12-08 21:23:50 +0000
@@ -1198,7 +1198,7 @@
     (todo type priority name tags contents width inlinetask info)
   "Format an inline task element for ASCII export.
 See `org-ascii-format-inlinetask-function' for a description
-of the paramaters."
+of the parameters."
   (let* ((utf8p (eq (plist-get info :ascii-charset) 'utf-8))
         (width (or width org-ascii-inlinetask-width)))
     (org-ascii--indent-string

=== modified file 'src/ChangeLog.3'
--- a/src/ChangeLog.3   2013-06-11 16:51:12 +0000
+++ b/src/ChangeLog.3   2013-12-08 21:23:50 +0000
@@ -12845,8 +12845,8 @@
        longer DEFVARed: they are already declared in window.c.
 
        * screen.c (window_from_coordinates): Use Fnext_window, even if
-       MULTI_SCREEN, to obtain the next window.  This is an test.
-       Also, new paramater part returns text or modeline symbol.
+       MULTI_SCREEN, to obtain the next window.  This is a test.
+       Also, new parameter part returns text or modeline symbol.
        (Flocate_window_from_coordinates): Pass &part to
        window_from_coordinates.
        (coordinates_in_window): Don't say modeline if window_height is 1,

=== modified file 'src/eval.c'
--- a/src/eval.c        2013-12-02 14:45:22 +0000
+++ b/src/eval.c        2013-12-08 21:23:50 +0000
@@ -3597,7 +3597,7 @@
   /* The specpdl entries normally contain the symbol being bound along with its
      `old_value', so it can be restored.  The new value to which it is bound is
      available in one of two places: either in the current value of the
-     variable (if it hasn't been rebount yet) or in the `old_value' slot of the
+     variable (if it hasn't been rebound yet) or in the `old_value' slot of the
      next specpdl entry for it.
      `backtrace_eval_unrewind' happens to swap the role of `old_value'
      and "new value", so we abuse it here, to fetch the new value.


reply via email to

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