diff options
| author | Juanma Barranquero | 2010-09-25 14:04:35 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-09-25 14:04:35 +0200 |
| commit | 40b1a3a937512ff35884df2e8e19c3feed9f2688 (patch) | |
| tree | 6229aa08095d281ddb33c6fdd040a0a43fc58f06 /lisp/cedet/srecode | |
| parent | da43f02119eb86ff8a4ee8ce7454b10d261ef714 (diff) | |
| download | emacs-40b1a3a937512ff35884df2e8e19c3feed9f2688.tar.gz emacs-40b1a3a937512ff35884df2e8e19c3feed9f2688.zip | |
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/srecode')
| -rw-r--r-- | lisp/cedet/srecode/fields.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cedet/srecode/fields.el b/lisp/cedet/srecode/fields.el index 0cfc2953792..ceb5f77f87f 100644 --- a/lisp/cedet/srecode/fields.el +++ b/lisp/cedet/srecode/fields.el | |||
| @@ -198,7 +198,7 @@ If SET-TO is a string, then replace the text of OLAID wit SET-TO." | |||
| 198 | (oset ir fields srecode-field-archive) | 198 | (oset ir fields srecode-field-archive) |
| 199 | (setq srecode-field-archive nil) | 199 | (setq srecode-field-archive nil) |
| 200 | 200 | ||
| 201 | ;; Initailize myself first. | 201 | ;; Initialize myself first. |
| 202 | (call-next-method) | 202 | (call-next-method) |
| 203 | ) | 203 | ) |
| 204 | 204 | ||