comparison lisp/auto-autoloads.el @ 282:c42ec1d1cded r21-0b39

Import from CVS: tag r21-0b39
author cvs
date Mon, 13 Aug 2007 10:33:18 +0200
parents 6330739388db
children 57709be46d1b
comparison
equal deleted inserted replaced
281:090b52736db2 282:c42ec1d1cded
947 Be very careful composing regexps for this list; 947 Be very careful composing regexps for this list;
948 the wrong pattern can dramatically slow things down!") 948 the wrong pattern can dramatically slow things down!")
949 949
950 (make-variable-buffer-local 'font-lock-keywords) 950 (make-variable-buffer-local 'font-lock-keywords)
951 951
952 (defvar font-lock-mode nil) 952 (defcustom font-lock-mode nil "Non nil means `font-lock-mode' is on" :group 'font-lock :type 'boolean :initialize 'custom-initialize-default :require 'font-lock :set '(lambda (var val) (font-lock-mode (or val 0))))
953 953
954 (defvar font-lock-mode-hook nil "\ 954 (defvar font-lock-mode-hook nil "\
955 Function or functions to run on entry to font-lock-mode.") 955 Function or functions to run on entry to font-lock-mode.")
956 956
957 (autoload 'font-lock-mode "font-lock" "\ 957 (autoload 'font-lock-mode "font-lock" "\
1095 1095
1096 (define-obsolete-function-alias 'hypropos-popup-menu 'hyper-apropos-popup-menu) 1096 (define-obsolete-function-alias 'hypropos-popup-menu 'hyper-apropos-popup-menu)
1097 1097
1098 ;;;*** 1098 ;;;***
1099 1099
1100 ;;;### (autoloads (Info-elisp-ref Info-emacs-key Info-goto-emacs-key-command-node Info-goto-emacs-command-node Info-emacs-command Info-search Info-visit-file Info-goto-node Info-query info) "info" "lisp/info.el") 1100 ;;;### (autoloads (Info-elisp-ref Info-emacs-key Info-goto-emacs-key-command-node Info-goto-emacs-command-node Info-emacs-command Info-search Info-visit-file Info-goto-node Info-batch-rebuild-dir Info-query info) "info" "lisp/info.el")
1101 1101
1102 (defvar Info-directory-list nil "\ 1102 (defvar Info-directory-list nil "\
1103 List of directories to search for Info documentation files. 1103 List of directories to search for Info documentation files.
1104 1104
1105 The first directory in this list, the \"dir\" file there will become 1105 The first directory in this list, the \"dir\" file there will become
1115 In interactive use, a prefix argument directs this command 1115 In interactive use, a prefix argument directs this command
1116 to read a file name from the minibuffer." t nil) 1116 to read a file name from the minibuffer." t nil)
1117 1117
1118 (autoload 'Info-query "info" "\ 1118 (autoload 'Info-query "info" "\
1119 Enter Info, the documentation browser. Prompt for name of Info file." t nil) 1119 Enter Info, the documentation browser. Prompt for name of Info file." t nil)
1120
1121 (autoload 'Info-batch-rebuild-dir "info" "\
1122 (Re)build info `dir' files in the directories remaining on the command line.
1123 Use this from the command line, with `-batch';
1124 it won't work in an interactive Emacs.
1125 Each file is processed even if an error occurred previously.
1126 For example, invoke \"xemacs -batch -f Info-batch-rebuild-dir /usr/local/info\"" nil nil)
1120 1127
1121 (autoload 'Info-goto-node "info" "\ 1128 (autoload 'Info-goto-node "info" "\
1122 Go to info node named NAME. Give just NODENAME or (FILENAME)NODENAME. 1129 Go to info node named NAME. Give just NODENAME or (FILENAME)NODENAME.
1123 Actually, the following interpretations of NAME are tried in order: 1130 Actually, the following interpretations of NAME are tried in order:
1124 (FILENAME)NODENAME 1131 (FILENAME)NODENAME