mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-23 13:02:00 -08:00
(find-tag-noselect, find-tag)
(find-tag-other-window, find-tag-other-frame, find-tag-regexp): Fix a typo in doc strings.
This commit is contained in:
parent
871672d51c
commit
17fdc23bce
2 changed files with 9 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue