]> git.eshelyaron.com Git - emacs.git/commitdiff
(find-tag-noselect, find-tag)
authorEli Zaretskii <eliz@gnu.org>
Fri, 22 Feb 2002 16:26:41 +0000 (16:26 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 22 Feb 2002 16:26:41 +0000 (16:26 +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 196e2dbff63d6b95e105e671e2b2f65046c7fe8b..b68119062620020bea38d7ae4be5245eaab19a52 100644 (file)
@@ -1,5 +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.
+
        Support for ICCCM  Extended Segments in X selections:
 
        * international/mule-conf.el (ctext-no-compositions) 
index ad1860a36a0f3c5818dfc2edf41617e35c0b11ff..e1661c4daf908ce7f6e06a53f9726c2f9cb7bb87 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.