From: Eli Zaretskii Date: Fri, 22 Feb 2002 16:30:46 +0000 (+0000) Subject: (find-tag-noselect, find-tag) X-Git-Tag: ttn-vms-21-2-B4~16529 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a70ea557d9b2ec63551158cf7b49ebd17bd00b70;p=emacs.git (find-tag-noselect, find-tag) (find-tag-other-window, find-tag-other-frame, find-tag-regexp): Fix a typo in doc strings. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1917ffaa1f6..14be631c2e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2002-02-22 Eli Zaretskii + + * 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 * play/snake.el (snake-velocity-queue, snake-update-velocity) diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index f86d97d71b0..a95285bf18c 100644 --- a/lisp/progmodes/etags.el +++ b/lisp/progmodes/etags.el @@ -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.