Mercurial > hg > xemacs-beta
comparison lisp/etags.el @ 5384:3889ef128488
Fix misspelled words, and some grammar, across the entire source tree.
See xemacs-patches message with ID
<AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 24 Mar 2011 11:00:11 -0600 |
parents | 4141aeddc55b |
children | 4dee0387b9de |
comparison
equal
deleted
inserted
replaced
5383:294ab9180fad | 5384:3889ef128488 |
---|---|
1344 ;;;###autoload (define-key esc-map "*" 'pop-tag-mark) | 1344 ;;;###autoload (define-key esc-map "*" 'pop-tag-mark) |
1345 | 1345 |
1346 ;;;###autoload | 1346 ;;;###autoload |
1347 (defun pop-tag-mark (arg) | 1347 (defun pop-tag-mark (arg) |
1348 "Go to last tag position. | 1348 "Go to last tag position. |
1349 `find-tag' maintains a mark-stack seperate from the \\[set-mark-command] mark-stack. | 1349 `find-tag' maintains a mark-stack separate from the \\[set-mark-command] mark-stack. |
1350 This function pops (and moves to) the tag at the top of this stack." | 1350 This function pops (and moves to) the tag at the top of this stack." |
1351 (interactive "P") | 1351 (interactive "P") |
1352 (if (not arg) | 1352 (if (not arg) |
1353 (pop-mark-from-stack | 1353 (pop-mark-from-stack |
1354 'tag-mark-stack1 'tag-mark-stack2 tag-mark-stack-max) | 1354 'tag-mark-stack1 'tag-mark-stack2 tag-mark-stack-max) |