Mercurial > hg > xemacs-beta
comparison lisp/auto-autoloads.el @ 333:4f79e16b1112 r21-0-64
Import from CVS: tag r21-0-64
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:49:50 +0200 |
parents | 03446687b7cc |
children | fbbf69b4e8a7 |
comparison
equal
deleted
inserted
replaced
332:bb75ebac9531 | 333:4f79e16b1112 |
---|---|
738 | 738 |
739 ;;;### (autoloads nil "easymenu" "lisp/easymenu.el") | 739 ;;;### (autoloads nil "easymenu" "lisp/easymenu.el") |
740 | 740 |
741 ;;;*** | 741 ;;;*** |
742 | 742 |
743 ;;;### (autoloads (tags-apropos list-tags tags-query-replace tags-search tags-loop-continue next-file tag-complete-symbol find-tag-other-window find-tag visit-tags-table) "etags" "lisp/etags.el") | 743 ;;;### (autoloads (pop-tag-mark tags-apropos list-tags tags-query-replace tags-search tags-loop-continue next-file tag-complete-symbol find-tag-other-window find-tag visit-tags-table) "etags" "lisp/etags.el") |
744 | 744 |
745 (autoload 'visit-tags-table "etags" "\ | 745 (autoload 'visit-tags-table "etags" "\ |
746 Tell tags commands to use tags table file FILE when all else fails. | 746 Tell tags commands to use tags table file FILE when all else fails. |
747 FILE should be the name of a file created with the `etags' program. | 747 FILE should be the name of a file created with the `etags' program. |
748 A directory name is ok too; it means file TAGS in that directory." t nil) | 748 A directory name is ok too; it means file TAGS in that directory." t nil) |
837 Display list of tags in FILE." t nil) | 837 Display list of tags in FILE." t nil) |
838 | 838 |
839 (autoload 'tags-apropos "etags" "\ | 839 (autoload 'tags-apropos "etags" "\ |
840 Display list of all tags in tag table REGEXP matches." t nil) | 840 Display list of all tags in tag table REGEXP matches." t nil) |
841 (define-key esc-map "*" 'pop-tag-mark) | 841 (define-key esc-map "*" 'pop-tag-mark) |
842 | |
843 (autoload 'pop-tag-mark "etags" "\ | |
844 Go to last tag position. | |
845 `find-tag' maintains a mark-stack seperate from the \\[set-mark-command] mark-stack. | |
846 This function pops (and moves to) the tag at the top of this stack." t nil) | |
842 | 847 |
843 ;;;*** | 848 ;;;*** |
844 | 849 |
845 ;;;### (autoloads (finder-by-keyword) "finder" "lisp/finder.el") | 850 ;;;### (autoloads (finder-by-keyword) "finder" "lisp/finder.el") |
846 | 851 |