]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-tag-noselect, find-tag)
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Feb 2002 16:30:46 +0000 (16:30 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Feb 2002 16:30:46 +0000 (16:30 +0000)
(find-tag-other-window, find-tag-other-frame, find-tag-regexp):
Fix a typo in doc strings.

lisp/ChangeLog
lisp/progmodes/etags.el

index 1917ffaa1f691911a358b4939a9c5c2d40005098..14be631c2e301d13ef76363f6fb5e57381057cbb 100644 (file)
@@ -1,3 +1,9 @@
+2002-02-22  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * progmodes/etags.el (find-tag-noselect, find-tag) 
+       (find-tag-other-window, find-tag-other-frame, find-tag-regexp):
+       Fix a typo in doc strings.
+
 2002-02-20  Deepak Goel  <deego@glue.umd.edu>
 
        * play/snake.el (snake-velocity-queue, snake-update-velocity)
index f86d97d71b0015cb6674b3b40cb83ed6901222d0..a95285bf18cc66ce5743aabd056c7f2e68ac9abf 100644 (file)
@@ -832,7 +832,7 @@ or just \\[negative-argument]), pop back to the previous tag gone to.
 
 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
 
-A marker representing the point when this command is onvoked is pushed
+A marker representing the point when this command is invoked is pushed
 onto a ring and may be popped back to with \\[pop-tag-mark].
 Contrast this with the ring of marks gone to by the command.
 
@@ -904,7 +904,7 @@ or just \\[negative-argument]), pop back to the previous tag gone to.
 
 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
 
-A marker representing the point when this command is onvoked is pushed
+A marker representing the point when this command is invoked is pushed
 onto a ring and may be popped back to with \\[pop-tag-mark].
 Contrast this with the ring of marks gone to by the command.
 
@@ -931,7 +931,7 @@ just \\[negative-argument]), pop back to the previous tag gone to.
 
 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
 
-A marker representing the point when this command is onvoked is pushed
+A marker representing the point when this command is invoked is pushed
 onto a ring and may be popped back to with \\[pop-tag-mark].
 Contrast this with the ring of marks gone to by the command.
 
@@ -972,7 +972,7 @@ just \\[negative-argument]), pop back to the previous tag gone to.
 
 If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
 
-A marker representing the point when this command is onvoked is pushed
+A marker representing the point when this command is invoked is pushed
 onto a ring and may be popped back to with \\[pop-tag-mark].
 Contrast this with the ring of marks gone to by the command.
 
@@ -995,7 +995,7 @@ just \\[negative-argument]), pop back to the previous tag gone to.
 
 If third arg OTHER-WINDOW is non-nil, select the buffer in another window.
 
-A marker representing the point when this command is onvoked is pushed
+A marker representing the point when this command is invoked is pushed
 onto a ring and may be popped back to with \\[pop-tag-mark].
 Contrast this with the ring of marks gone to by the command.