diff options
author | Glenn Morris <rgm@gnu.org> | 2009-10-01 04:54:05 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2009-10-01 04:54:05 +0000 |
commit | 9bf6c65c2f7d6faed57f689787254f33b50d9b33 (patch) | |
tree | fa83704f454ccdc60ebddcd6ae12bb32f9fddee2 /lisp/cedet/semantic/chart.el | |
parent | 2551831f20b78304e0a41129fde63d4d8b1a64f0 (diff) | |
download | emacs-9bf6c65c2f7d6faed57f689787254f33b50d9b33.tar.gz |
Doc/message fixes.
Diffstat (limited to 'lisp/cedet/semantic/chart.el')
-rw-r--r-- | lisp/cedet/semantic/chart.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/cedet/semantic/chart.el b/lisp/cedet/semantic/chart.el index 7efe4e6dfae..c526005c7d2 100644 --- a/lisp/cedet/semantic/chart.el +++ b/lisp/cedet/semantic/chart.el @@ -1,7 +1,7 @@ ;;; semantic/chart.el --- Utilities for use with semantic tag tables -;;; Copyright (C) 1999, 2000, 2001, 2003, 2005, 2008, 2009 -;;; Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2001, 2003, 2005, 2008, 2009 +;; Free Software Foundation, Inc. ;; Author: Eric M. Ludlam <zappo@gnu.org> @@ -40,7 +40,7 @@ Each bar represents how many toplevel tags in TAGTABLE exist with a given class. See `semantic-symbol->name-assoc-list' for tokens which will be charted. -TAGTABLE is passedto `semantic-something-to-tag-table'." +TAGTABLE is passed to `semantic-something-to-tag-table'." (interactive) (let* ((stream (semantic-something-to-tag-table (or tagtable (current-buffer)))) @@ -108,7 +108,7 @@ TAGTABLE is passed to `semantic-something-to-tag-table'." "Create a bar chart representing the complexity of some tags. Complexity is calculated for tags of CLASS. Each bar represents the complexity of some tag in TAGTABLE. Only the most complex -items are charted. TAGTABLE is passedto +items are charted. TAGTABLE is passed to `semantic-something-to-tag-table'." (interactive) (let* ((sym (if (not class) 'function)) |