aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii <[email protected]>2002-02-22 16:30:46 +0000
committerEli Zaretskii <[email protected]>2002-02-22 16:30:46 +0000
commita70ea557d9b2ec63551158cf7b49ebd17bd00b70 (patch)
tree3c8068e2900fa044b10dcaa7fac436fc8f0187ca
parent3a84ed60cf5db9f0a5a42c78133cad00b2379db0 (diff)
(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 1917ffaa1f..14be631c2e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
+2002-02-22 Eli Zaretskii <[email protected]>
+
+ * 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 <[email protected]>
* play/snake.el (snake-velocity-queue, snake-update-velocity)
diff --git a/lisp/progmodes/etags.el b/lisp/progmodes/etags.el
index f86d97d71b..a95285bf18 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.