From db9e401b3bf3514cadf6fc5a4f15e8c869d0df4c Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 18 Jan 2010 05:39:40 +0100 Subject: Fix typos in docstrings, error messages, etc. --- lisp/cedet/semantic/db-ebrowse.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lisp/cedet/semantic/db-ebrowse.el') diff --git a/lisp/cedet/semantic/db-ebrowse.el b/lisp/cedet/semantic/db-ebrowse.el index cd511708661..86602aaa95b 100644 --- a/lisp/cedet/semantic/db-ebrowse.el +++ b/lisp/cedet/semantic/db-ebrowse.el @@ -90,7 +90,7 @@ be searched." :initarg :global-extract :documentation "Table of ebrowse tags specific to this file. -This table is compisited from the ebrowse *Globals* section.") +This table is composited from the ebrowse *Globals* section.") ) "A table for returning search results from ebrowse.") @@ -128,7 +128,7 @@ EBROWSE is a C/C++ parser for use with `ebrowse' Emacs program.") ))) (defun semanticdb-create-ebrowse-database (dir) - "Create an EBROSE database for directory DIR. + "Create an EBROWSE database for directory DIR. The database file is stored in ~/.semanticdb, or whichever directory is specified by `semanticdb-default-save-directory'." (interactive "DDirectory: ") @@ -597,7 +597,7 @@ Return a list of tags." (defmethod semanticdb-find-tags-for-completion-method ((table semanticdb-table-ebrowse) prefix &optional tags) - "In TABLE, find all occurances of tags matching PREFIX. + "In TABLE, find all occurrences of tags matching PREFIX. Optional argument TAGS is a list of tags to search. Returns a table of all matching tags." (if tags (call-next-method) @@ -607,7 +607,7 @@ Returns a table of all matching tags." (defmethod semanticdb-find-tags-by-class-method ((table semanticdb-table-ebrowse) class &optional tags) - "In TABLE, find all occurances of tags of CLASS. + "In TABLE, find all occurrences of tags of CLASS. Optional argument TAGS is a list of tags to search. Returns a table of all matching tags." (if tags (call-next-method) @@ -625,7 +625,7 @@ Returns a table of all matching tags." (defmethod semanticdb-deep-find-tags-by-name-method ((table semanticdb-table-ebrowse) name &optional tags) "Find all tags name NAME in TABLE. -Optional argument TAGS is a list of tags t +Optional argument TAGS is a list of tags to search. Like `semanticdb-find-tags-by-name-method' for ebrowse." ;;(semanticdb-find-tags-by-name-method table name tags) (call-next-method)) @@ -640,7 +640,7 @@ Like `semanticdb-find-tags-by-name-method' for ebrowse." (defmethod semanticdb-deep-find-tags-for-completion-method ((table semanticdb-table-ebrowse) prefix &optional tags) - "In TABLE, find all occurances of tags matching PREFIX. + "In TABLE, find all occurrences of tags matching PREFIX. Optional argument TAGS is a list of tags to search. Like `semanticdb-find-tags-for-completion-method' for ebrowse." ;;(semanticdb-find-tags-for-completion-method table prefix tags) -- cgit v1.2.1