1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

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.
This commit is contained in:
Juanma Barranquero 2010-09-25 14:04:35 +02:00
parent da43f02119
commit 40b1a3a937
22 changed files with 43 additions and 24 deletions

View file

@ -198,7 +198,7 @@ If SET-TO is a string, then replace the text of OLAID wit SET-TO."
(oset ir fields srecode-field-archive)
(setq srecode-field-archive nil)
;; Initailize myself first.
;; Initialize myself first.
(call-next-method)
)