aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-02-22 16:30:46 +0000
committerEli Zaretskii2002-02-22 16:30:46 +0000
commita70ea557d9b2ec63551158cf7b49ebd17bd00b70 (patch)
tree3c8068e2900fa044b10dcaa7fac436fc8f0187ca
parent3a84ed60cf5db9f0a5a42c78133cad00b2379db0 (diff)
downloademacs-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/ChangeLog6
-rw-r--r--lisp/progmodes/etags.el10
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 @@
12002-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
12002-02-20 Deepak Goel <deego@glue.umd.edu> 72002-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
833If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp. 833If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
834 834
835A marker representing the point when this command is onvoked is pushed 835A marker representing the point when this command is invoked is pushed
836onto a ring and may be popped back to with \\[pop-tag-mark]. 836onto a ring and may be popped back to with \\[pop-tag-mark].
837Contrast this with the ring of marks gone to by the command. 837Contrast 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
905If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp. 905If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
906 906
907A marker representing the point when this command is onvoked is pushed 907A marker representing the point when this command is invoked is pushed
908onto a ring and may be popped back to with \\[pop-tag-mark]. 908onto a ring and may be popped back to with \\[pop-tag-mark].
909Contrast this with the ring of marks gone to by the command. 909Contrast 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
932If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp. 932If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
933 933
934A marker representing the point when this command is onvoked is pushed 934A marker representing the point when this command is invoked is pushed
935onto a ring and may be popped back to with \\[pop-tag-mark]. 935onto a ring and may be popped back to with \\[pop-tag-mark].
936Contrast this with the ring of marks gone to by the command. 936Contrast 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
973If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp. 973If third arg REGEXP-P is non-nil, treat TAGNAME as a regexp.
974 974
975A marker representing the point when this command is onvoked is pushed 975A marker representing the point when this command is invoked is pushed
976onto a ring and may be popped back to with \\[pop-tag-mark]. 976onto a ring and may be popped back to with \\[pop-tag-mark].
977Contrast this with the ring of marks gone to by the command. 977Contrast 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
996If third arg OTHER-WINDOW is non-nil, select the buffer in another window. 996If third arg OTHER-WINDOW is non-nil, select the buffer in another window.
997 997
998A marker representing the point when this command is onvoked is pushed 998A marker representing the point when this command is invoked is pushed
999onto a ring and may be popped back to with \\[pop-tag-mark]. 999onto a ring and may be popped back to with \\[pop-tag-mark].
1000Contrast this with the ring of marks gone to by the command. 1000Contrast this with the ring of marks gone to by the command.
1001 1001