diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-09-25 14:04:35 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-09-25 14:04:35 +0200 |
commit | 40b1a3a937512ff35884df2e8e19c3feed9f2688 (patch) | |
tree | 6229aa08095d281ddb33c6fdd040a0a43fc58f06 /lisp/cedet/ede | |
parent | da43f02119eb86ff8a4ee8ce7454b10d261ef714 (diff) | |
download | emacs-40b1a3a937512ff35884df2e8e19c3feed9f2688.tar.gz |
Fix typos.
* lisp/finder.el (finder-unknown-keywords):
* lisp/progmodes/gdb-mi.el (gdb-jsonify-buffer, gdb-running-threads-count):
* lisp/progmodes/etags.el (tags-table-including): Fix typos in docstrings.
* lisp/cedet/semantic/lex.el (semantic-ignore-comments): Doc fix.
* lisp/cedet/semantic/symref/list.el (semantic-symref-list-rename-open-hits):
Fix typo in error message.
(semantic-symref-list-map-open-hits): Fix typo in docstring.
* lisp/org/org-agenda.el (org-agenda-hide-tags-regexp):
* lisp/org/org.el (org-refile-targets): Fix typos in docstrings.
Diffstat (limited to 'lisp/cedet/ede')
-rw-r--r-- | lisp/cedet/ede/base.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/ede/base.el b/lisp/cedet/ede/base.el index f1f24ed339f..c2bfe1872a2 100644 --- a/lisp/cedet/ede/base.el +++ b/lisp/cedet/ede/base.el @@ -452,7 +452,7 @@ Do this by extracting the lowest directory name." ;; Targets and projects are often associated with other files, such as ;; header files, documentation files and the like. Have strong ;; associations can make useful user commands to quickly navigate -;; between the files base on their assocaitions. +;; between the files base on their associations. ;; (defun ede-header-file () "Return the header file for the current buffer. |