aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2011-02-22 23:27:09 -0800
committerGlenn Morris <[email protected]>2011-02-22 23:27:09 -0800
commit0d327994db9eb1273b488d90dfbedd7c58e6c3ce (patch)
treec7555f775ff66638e5b2d054070138b9f93d1b4b /lisp
parent86485587de779e7e7474bea48ea16f8ba3313fc4 (diff)
Fix some mis-spellings of "precede" that are not in emacs-23 branch.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/allout-widgets.el2
-rw-r--r--lisp/allout.el2
-rw-r--r--lisp/progmodes/sql.el5
3 files changed, 4 insertions, 5 deletions
diff --git a/lisp/allout-widgets.el b/lisp/allout-widgets.el
index 75e1e5882f..cc5fd6d96f 100644
--- a/lisp/allout-widgets.el
+++ b/lisp/allout-widgets.el
@@ -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)
diff --git a/lisp/allout.el b/lisp/allout.el
index 1a7d8cb159..d881e1177f 100644
--- a/lisp/allout.el
+++ b/lisp/allout.el
@@ -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', '?.'
diff --git a/lisp/progmodes/sql.el b/lisp/progmodes/sql.el
index 9e49f0e775..1c1ffc4162 100644
--- a/lisp/progmodes/sql.el
+++ b/lisp/progmodes/sql.el
@@ -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
-