diff options
| author | Glenn Morris | 2011-02-22 23:27:09 -0800 |
|---|---|---|
| committer | Glenn Morris | 2011-02-22 23:27:09 -0800 |
| commit | 0d327994db9eb1273b488d90dfbedd7c58e6c3ce (patch) | |
| tree | c7555f775ff66638e5b2d054070138b9f93d1b4b | |
| parent | 86485587de779e7e7474bea48ea16f8ba3313fc4 (diff) | |
| download | emacs-0d327994db9eb1273b488d90dfbedd7c58e6c3ce.tar.gz emacs-0d327994db9eb1273b488d90dfbedd7c58e6c3ce.zip | |
Fix some mis-spellings of "precede" that are not in emacs-23 branch.
| -rw-r--r-- | lisp/allout-widgets.el | 2 | ||||
| -rw-r--r-- | lisp/allout.el | 2 | ||||
| -rw-r--r-- | lisp/progmodes/sql.el | 5 | ||||
| -rw-r--r-- | src/bidi.c | 2 |
4 files changed, 5 insertions, 6 deletions
diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el index 75e1e5882f6..cc5fd6d96fa 100644 --- a/lisp/allout-widgets.el +++ b/lisp/allout-widgets.el | |||
| @@ -2013,7 +2013,7 @@ Optional FORCE means force reassignment of the region property." | |||
| 2013 | ;; item body), to bias the registered values. | 2013 | ;; item body), to bias the registered values. |
| 2014 | ;; | 2014 | ;; |
| 2015 | ;; This is not necessary/useful when the item is being decorated, because | 2015 | ;; This is not necessary/useful when the item is being decorated, because |
| 2016 | ;; that always must be preceeded by a fresh item parse. | 2016 | ;; that always must be preceded by a fresh item parse. |
| 2017 | 2017 | ||
| 2018 | (if (not (eq field :body-end)) | 2018 | (if (not (eq field :body-end)) |
| 2019 | (widget-get item-widget :from) | 2019 | (widget-get item-widget :from) |
diff --git a/lisp/allout.el b/lisp/allout.el index 1a7d8cb1593..d881e1177fa 100644 --- a/lisp/allout.el +++ b/lisp/allout.el | |||
| @@ -255,7 +255,7 @@ prevails." | |||
| 255 | 255 | ||
| 256 | This is in contrast to the majority of allout-mode bindings on | 256 | This is in contrast to the majority of allout-mode bindings on |
| 257 | `allout-prefixed-bindings', whose bindings are created with a | 257 | `allout-prefixed-bindings', whose bindings are created with a |
| 258 | preceeding command key. | 258 | preceding command key. |
| 259 | 259 | ||
| 260 | Use vector format for the keys: | 260 | Use vector format for the keys: |
| 261 | - put literal keys after a '?' question mark, eg: '?a', '?.' | 261 | - put literal keys after a '?' question mark, eg: '?a', '?.' |
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el index 9e49f0e775b..1c1ffc41624 100644 --- a/lisp/progmodes/sql.el +++ b/lisp/progmodes/sql.el | |||
| @@ -2801,7 +2801,7 @@ server/database name." | |||
| 2801 | (defun sql-rename-buffer (&optional new-name) | 2801 | (defun sql-rename-buffer (&optional new-name) |
| 2802 | "Rename a SQL interactive buffer. | 2802 | "Rename a SQL interactive buffer. |
| 2803 | 2803 | ||
| 2804 | Prompts for the new name if command is preceeded by | 2804 | Prompts for the new name if command is preceded by |
| 2805 | \\[universal-argument]. If no buffer name is provided, then the | 2805 | \\[universal-argument]. If no buffer name is provided, then the |
| 2806 | `sql-alternate-buffer-name' is used. | 2806 | `sql-alternate-buffer-name' is used. |
| 2807 | 2807 | ||
| @@ -3262,7 +3262,7 @@ you must tell Emacs. Here's how to do that in your `~/.emacs' file: | |||
| 3262 | :abbrev-table sql-mode-abbrev-table | 3262 | :abbrev-table sql-mode-abbrev-table |
| 3263 | (if sql-mode-menu | 3263 | (if sql-mode-menu |
| 3264 | (easy-menu-add sql-mode-menu)); XEmacs | 3264 | (easy-menu-add sql-mode-menu)); XEmacs |
| 3265 | 3265 | ||
| 3266 | (set (make-local-variable 'comment-start) "--") | 3266 | (set (make-local-variable 'comment-start) "--") |
| 3267 | ;; Make each buffer in sql-mode remember the "current" SQLi buffer. | 3267 | ;; Make each buffer in sql-mode remember the "current" SQLi buffer. |
| 3268 | (make-local-variable 'sql-buffer) | 3268 | (make-local-variable 'sql-buffer) |
| @@ -4257,4 +4257,3 @@ buffer. | |||
| 4257 | (provide 'sql) | 4257 | (provide 'sql) |
| 4258 | 4258 | ||
| 4259 | ;;; sql.el ends here | 4259 | ;;; sql.el ends here |
| 4260 | |||
diff --git a/src/bidi.c b/src/bidi.c index 9740fe8f1d5..eeacf65bd5c 100644 --- a/src/bidi.c +++ b/src/bidi.c | |||
| @@ -1520,7 +1520,7 @@ bidi_level_of_next_char (struct bidi_it *bidi_it) | |||
| 1520 | bidi_check_type (bidi_it->type); | 1520 | bidi_check_type (bidi_it->type); |
| 1521 | 1521 | ||
| 1522 | /* For L1 below, we need to know, for each WS character, whether | 1522 | /* For L1 below, we need to know, for each WS character, whether |
| 1523 | it belongs to a sequence of WS characters preceeding a newline | 1523 | it belongs to a sequence of WS characters preceding a newline |
| 1524 | or a TAB or a paragraph separator. */ | 1524 | or a TAB or a paragraph separator. */ |
| 1525 | if (bidi_it->orig_type == NEUTRAL_WS | 1525 | if (bidi_it->orig_type == NEUTRAL_WS |
| 1526 | && bidi_it->next_for_ws.type == UNKNOWN_BT) | 1526 | && bidi_it->next_for_ws.type == UNKNOWN_BT) |