diff options
| author | Eli Zaretskii | 2002-02-22 16:30:46 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2002-02-22 16:30:46 +0000 |
| commit | a70ea557d9b2ec63551158cf7b49ebd17bd00b70 (patch) | |
| tree | 3c8068e2900fa044b10dcaa7fac436fc8f0187ca | |
| parent | 3a84ed60cf5db9f0a5a42c78133cad00b2379db0 (diff) | |
| download | emacs-a70ea557d9b2ec63551158cf7b49ebd17bd00b70.tar.gz emacs-a70ea557d9b2ec63551158cf7b49ebd17bd00b70.zip | |
(find-tag-noselect, find-tag)
(find-tag-other-window, find-tag-other-frame, find-tag-regexp):
Fix a typo in doc strings.
| -rw-r--r-- | lisp/ChangeLog | 6 | ||||
| -rw-r--r-- | lisp/progmodes/etags.el | 10 |
2 files changed, 11 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1917ffaa1f6..14be631c2e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2002-02-22 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * progmodes/etags.el (find-tag-noselect, find-tag) | ||
| 4 | (find-tag-other-window, find-tag-other-frame, find-tag-regexp): | ||
| 5 | Fix a typo in doc strings. | ||
| 6 | |||
| 1 | 2002-02-20 Deepak Goel <deego@glue.umd.edu> | 7 | 2002-02-20 Deepak Goel <deego@glue.umd.edu> |
| 2 | 8 | ||
| 3 | * play/snake.el (snake-velocity-queue, snake-update-velocity) | 9 | * 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. | |||
| 832 | 832 | ||
| 833 | If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp. | 833 | If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp. |
| 834 | 834 | ||
| 835 | A marker representing the point when this command is onvoked is pushed | 835 | A marker representing the point when this command is invoked is pushed |
| 836 | onto a ring and may be popped back to with \\[pop-tag-mark]. | 836 | onto a ring and may be popped back to with \\[pop-tag-mark]. |
| 837 | Contrast this with the ring of marks gone to by the command. | 837 | Contrast this with the ring of marks gone to by the command. |
| 838 | 838 | ||
| @@ -904,7 +904,7 @@ or just \\[negative-argument]), pop back to the previous tag gone to. | |||
| 904 | 904 | ||
| 905 | If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp. | 905 | If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp. |
| 906 | 906 | ||
| 907 | A marker representing the point when this command is onvoked is pushed | 907 | A marker representing the point when this command is invoked is pushed |
| 908 | onto a ring and may be popped back to with \\[pop-tag-mark]. | 908 | onto a ring and may be popped back to with \\[pop-tag-mark]. |
| 909 | Contrast this with the ring of marks gone to by the command. | 909 | Contrast this with the ring of marks gone to by the command. |
| 910 | 910 | ||
| @@ -931,7 +931,7 @@ just \\[negative-argument]), pop back to the previous tag gone to. | |||
| 931 | 931 | ||
| 932 | If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp. | 932 | If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp. |
| 933 | 933 | ||
| 934 | A marker representing the point when this command is onvoked is pushed | 934 | A marker representing the point when this command is invoked is pushed |
| 935 | onto a ring and may be popped back to with \\[pop-tag-mark]. | 935 | onto a ring and may be popped back to with \\[pop-tag-mark]. |
| 936 | Contrast this with the ring of marks gone to by the command. | 936 | Contrast this with the ring of marks gone to by the command. |
| 937 | 937 | ||
| @@ -972,7 +972,7 @@ just \\[negative-argument]), pop back to the previous tag gone to. | |||
| 972 | 972 | ||
| 973 | If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp. | 973 | If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp. |
| 974 | 974 | ||
| 975 | A marker representing the point when this command is onvoked is pushed | 975 | A marker representing the point when this command is invoked is pushed |
| 976 | onto a ring and may be popped back to with \\[pop-tag-mark]. | 976 | onto a ring and may be popped back to with \\[pop-tag-mark]. |
| 977 | Contrast this with the ring of marks gone to by the command. | 977 | Contrast this with the ring of marks gone to by the command. |
| 978 | 978 | ||
| @@ -995,7 +995,7 @@ just \\[negative-argument]), pop back to the previous tag gone to. | |||
| 995 | 995 | ||
| 996 | If third arg OTHER-WINDOW is non-nil, select the buffer in another window. | 996 | If third arg OTHER-WINDOW is non-nil, select the buffer in another window. |
| 997 | 997 | ||
| 998 | A marker representing the point when this command is onvoked is pushed | 998 | A marker representing the point when this command is invoked is pushed |
| 999 | onto a ring and may be popped back to with \\[pop-tag-mark]. | 999 | onto a ring and may be popped back to with \\[pop-tag-mark]. |
| 1000 | Contrast this with the ring of marks gone to by the command. | 1000 | Contrast this with the ring of marks gone to by the command. |
| 1001 | 1001 | ||