# HG changeset patch # User Eli Zaretskii # Date 1014395373 0 # Node ID a5aed0eb2cd0492f33dd4a0bbe25f324655cdcfc # Parent 40fd2b1ad5bf6b608fc9b884fb4988616971f1ad (find-tag-noselect, find-tag) (find-tag-other-window, find-tag-other-frame, find-tag-regexp): Fix a typo in doc strings. diff -r 40fd2b1ad5bf -r a5aed0eb2cd0 lisp/progmodes/etags.el --- a/lisp/progmodes/etags.el Fri Feb 22 15:27:02 2002 +0000 +++ b/lisp/progmodes/etags.el Fri Feb 22 16:29:33 2002 +0000 @@ -832,7 +832,7 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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.