]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix some mis-spellings of "precede" that are not in emacs-23 branch.
authorGlenn Morris <rgm@gnu.org>
Wed, 23 Feb 2011 07:27:09 +0000 (23:27 -0800)
committerGlenn Morris <rgm@gnu.org>
Wed, 23 Feb 2011 07:27:09 +0000 (23:27 -0800)
lisp/allout-widgets.el
lisp/allout.el
lisp/progmodes/sql.el
src/bidi.c

index 75e1e5882f66ee3294063d965b012b50aed3728b..cc5fd6d96fa142bafc2f5cb17129f75a9d374f53 100644 (file)
@@ -2013,7 +2013,7 @@ Optional FORCE means force reassignment of the region property."
   ;; 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)
index 1a7d8cb1593f8e4e76fcc3b4cffdc633100be6e5..d881e1177fa03a2ebeacdf1aaa5c51a156780af6 100644 (file)
@@ -255,7 +255,7 @@ prevails."
 
 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', '?.'
index 9e49f0e775b5b7e7c43fa1a078d45c9cab92776f..1c1ffc41624a58f53f98e2880a5d85d09e3b4959 100644 (file)
@@ -2801,7 +2801,7 @@ server/database name."
 (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 @@ you must tell Emacs.  Here's how to do that in your `~/.emacs' file:
   :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 @@ buffer.
 (provide 'sql)
 
 ;;; sql.el ends here
-
index 9740fe8f1d55f4ace1d66870396e2734c7133b73..eeacf65bd5c6d620d01cc128979f85333fc9ee73 100644 (file)
@@ -1520,7 +1520,7 @@ bidi_level_of_next_char (struct bidi_it *bidi_it)
   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)