From: Eli Zaretskii Date: Fri, 22 Feb 2002 16:26:41 +0000 (+0000) Subject: (find-tag-noselect, find-tag) X-Git-Tag: emacs-21.2~54 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=17fdc23bceec2afee9256e32eb090e76718f9406;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 196e2dbff63..b6811906262 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +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. + Support for ICCCM Extended Segments in X selections: * international/mule-conf.el (ctext-no-compositions) diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el index ad1860a36a0..e1661c4daf9 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.