Mercurial > emacs
changeset 105308:f81bcc25ab59
Fix comment typos.
(semantic-mrub-completing-read, semantic-mrub-switch-tags): Fix doc typos.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 30 Sep 2009 07:55:35 +0000 |
parents | 786c0adc17cc |
children | c8af3326fc0d |
files | lisp/ChangeLog lisp/cedet/semantic/mru-bookmark.el |
diffstat | 2 files changed, 7 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Sep 30 07:50:48 2009 +0000 +++ b/lisp/ChangeLog Wed Sep 30 07:55:35 2009 +0000 @@ -1,5 +1,8 @@ 2009-09-30 Glenn Morris <rgm@gnu.org> + * cedet/semantic/mru-bookmark.el (semantic-mrub-completing-read) + (semantic-mrub-switch-tags): Fix doc typos. + * cedet/semantic/db-global.el (data-debug-new-buffer) (data-debug-insert-thing): Remove unneeded declarations (one broken). (semanticdb-enable-gnu-global-databases): Fix prompt typo.
--- a/lisp/cedet/semantic/mru-bookmark.el Wed Sep 30 07:50:48 2009 +0000 +++ b/lisp/cedet/semantic/mru-bookmark.el Wed Sep 30 07:55:35 2009 +0000 @@ -40,7 +40,7 @@ ;; ;; C-x B <select a tag name> RET ;; -;; In the above, the history is pre-filled with the tags you recenetly +;; In the above, the history is pre-filled with the tags you recently ;; edited in the order you edited them. ;;; Code: @@ -126,7 +126,7 @@ (setq frequency (1+ frequency)) ) (oset sbm reason reason)) - ;; This can fail on XEmacs at miscelaneous times. + ;; This can fail on XEmacs at miscellaneous times. (error nil)) ) @@ -355,7 +355,7 @@ (defun semantic-mrub-completing-read (prompt) "Do a `completing-read' on elements from the mru bookmark ring. -Argument PROMPT is the promot to use when reading." +Argument PROMPT is the prompt to use when reading." (if (ring-empty-p (oref semantic-mru-bookmark-ring ring)) (error "Semantic Bookmark ring is currently empty")) (let* ((ring (oref semantic-mru-bookmark-ring ring)) @@ -399,7 +399,7 @@ (defun semantic-mrub-switch-tags (tagmark) "Switch tags to TAGMARK. -Selects a new tag via promt through the mru tag ring. +Selects a new tag via prompt through the mru tag ring. Jumps to the tag and highlights it briefly." (interactive (list (semantic-mrub-completing-read "Switch to tag"))) (if (not (semantic-bookmark-p tagmark))