emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103401: Fix some mis-spellings of "p


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103401: Fix some mis-spellings of "precede" that are not in emacs-23 branch.
Date: Tue, 22 Feb 2011 23:27:09 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103401
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Tue 2011-02-22 23:27:09 -0800
message:
  Fix some mis-spellings of "precede" that are not in emacs-23 branch.
modified:
  lisp/allout-widgets.el
  lisp/allout.el
  lisp/progmodes/sql.el
  src/bidi.c
=== modified file 'lisp/allout-widgets.el'
--- a/lisp/allout-widgets.el    2011-02-17 21:47:18 +0000
+++ b/lisp/allout-widgets.el    2011-02-23 07:27:09 +0000
@@ -2013,7 +2013,7 @@
   ;; item body), to bias the registered values.
   ;;
   ;; This is not necessary/useful when the item is being decorated, because
-  ;; that always must be preceeded by a fresh item parse.
+  ;; that always must be preceded by a fresh item parse.
 
   (if (not (eq field :body-end))
       (widget-get item-widget :from)

=== modified file 'lisp/allout.el'
--- a/lisp/allout.el    2011-02-17 22:57:38 +0000
+++ b/lisp/allout.el    2011-02-23 07:27:09 +0000
@@ -255,7 +255,7 @@
 
 This is in contrast to the majority of allout-mode bindings on
 `allout-prefixed-bindings', whose bindings are created with a
-preceeding command key.
+preceding command key.
 
 Use vector format for the keys:
   - put literal keys after a '?' question mark, eg: '?a', '?.'

=== modified file 'lisp/progmodes/sql.el'
--- a/lisp/progmodes/sql.el     2011-01-25 04:08:28 +0000
+++ b/lisp/progmodes/sql.el     2011-02-23 07:27:09 +0000
@@ -2801,7 +2801,7 @@
 (defun sql-rename-buffer (&optional new-name)
   "Rename a SQL interactive buffer.
 
-Prompts for the new name if command is preceeded by
+Prompts for the new name if command is preceded by
 \\[universal-argument].  If no buffer name is provided, then the
 `sql-alternate-buffer-name' is used.
 
@@ -3262,7 +3262,7 @@
   :abbrev-table sql-mode-abbrev-table
   (if sql-mode-menu
       (easy-menu-add sql-mode-menu)); XEmacs
-  
+
   (set (make-local-variable 'comment-start) "--")
   ;; Make each buffer in sql-mode remember the "current" SQLi buffer.
   (make-local-variable 'sql-buffer)
@@ -4257,4 +4257,3 @@
 (provide 'sql)
 
 ;;; sql.el ends here
-

=== modified file 'src/bidi.c'
--- a/src/bidi.c        2011-01-25 04:08:28 +0000
+++ b/src/bidi.c        2011-02-23 07:27:09 +0000
@@ -1520,7 +1520,7 @@
   bidi_check_type (bidi_it->type);
 
   /* For L1 below, we need to know, for each WS character, whether
-     it belongs to a sequence of WS characters preceeding a newline
+     it belongs to a sequence of WS characters preceding a newline
      or a TAB or a paragraph separator.  */
   if (bidi_it->orig_type == NEUTRAL_WS
       && bidi_it->next_for_ws.type == UNKNOWN_BT)


reply via email to

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