comparison lisp/auto-autoloads.el @ 392:1f50e6fe4f3f r21-2-11

Import from CVS: tag r21-2-11
author cvs
date Mon, 13 Aug 2007 11:10:50 +0200
parents aabb7f5b1c81
children 6719134a07c2
comparison
equal deleted inserted replaced
391:e50d8e68d7a5 392:1f50e6fe4f3f
252 (return [RESULT]): return from the block named nil. 252 (return [RESULT]): return from the block named nil.
253 This is equivalent to `(return-from nil RESULT)'." nil 'macro) 253 This is equivalent to `(return-from nil RESULT)'." nil 'macro)
254 254
255 (autoload 'return-from "cl-macs" "\ 255 (autoload 'return-from "cl-macs" "\
256 (return-from NAME [RESULT]): return from the block named NAME. 256 (return-from NAME [RESULT]): return from the block named NAME.
257 This jump out to the innermost enclosing `(block NAME ...)' form, 257 This jumps out to the innermost enclosing `(block NAME ...)' form,
258 returning RESULT from that form (or nil if RESULT is omitted). 258 returning RESULT from that form (or nil if RESULT is omitted).
259 This is compatible with Common Lisp, but note that `defun' and 259 This is compatible with Common Lisp, but note that `defun' and
260 `defmacro' do not create implicit blocks as they do in Common Lisp." nil 'macro) 260 `defmacro' do not create implicit blocks as they do in Common Lisp." nil 'macro)
261 261
262 (autoload 'loop "cl-macs" "\ 262 (autoload 'loop "cl-macs" "\
742 742
743 ;;;### (autoloads nil "easymenu" "lisp/easymenu.el") 743 ;;;### (autoloads nil "easymenu" "lisp/easymenu.el")
744 744
745 ;;;*** 745 ;;;***
746 746
747 ;;;### (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") 747 ;;;### (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")
748 748
749 (autoload 'visit-tags-table "etags" "\ 749 (autoload 'visit-tags-table "etags" "\
750 Tell tags commands to use tags table file FILE when all else fails. 750 Tell tags commands to use tags table file FILE when all else fails.
751 FILE should be the name of a file created with the `etags' program. 751 FILE should be the name of a file created with the `etags' program.
752 A directory name is ok too; it means file TAGS in that directory." t nil) 752 A directory name is ok too; it means file TAGS in that directory." t nil)
841 Display list of tags in FILE." t nil) 841 Display list of tags in FILE." t nil)
842 842
843 (autoload 'tags-apropos "etags" "\ 843 (autoload 'tags-apropos "etags" "\
844 Display list of all tags in tag table REGEXP matches." t nil) 844 Display list of all tags in tag table REGEXP matches." t nil)
845 (define-key esc-map "*" 'pop-tag-mark) 845 (define-key esc-map "*" 'pop-tag-mark)
846
847 (autoload 'pop-tag-mark "etags" "\
848 Go to last tag position.
849 `find-tag' maintains a mark-stack seperate from the \\[set-mark-command] mark-stack.
850 This function pops (and moves to) the tag at the top of this stack." t nil)
846 851
847 ;;;*** 852 ;;;***
848 853
849 ;;;### (autoloads (finder-by-keyword) "finder" "lisp/finder.el") 854 ;;;### (autoloads (finder-by-keyword) "finder" "lisp/finder.el")
850 855