diff options
| author | Glenn Morris | 2016-11-01 06:18:02 -0400 |
|---|---|---|
| committer | Glenn Morris | 2016-11-01 06:18:02 -0400 |
| commit | 2664eb539416bf4cf3f87578726d849ec6560a76 (patch) | |
| tree | 9e46c28c2dee6e541239ecb4b6db3c18bdf6a9cb | |
| parent | 0575fd95d0b92a9a0ebff8df183a449190f74dbc (diff) | |
| download | emacs-2664eb539416bf4cf3f87578726d849ec6560a76.tar.gz emacs-2664eb539416bf4cf3f87578726d849ec6560a76.zip | |
; Auto-commit of loaddefs files.
| -rw-r--r-- | lisp/ldefs-boot.el | 62 |
1 files changed, 57 insertions, 5 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 25a9c4fc726..97a941bae25 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -6853,7 +6853,7 @@ For further details, see info node `(emacs)Saving Emacs Sessions'. | |||
| 6853 | 6853 | ||
| 6854 | \(fn &optional ARG)" t nil) | 6854 | \(fn &optional ARG)" t nil) |
| 6855 | 6855 | ||
| 6856 | (defvar desktop-locals-to-save '(desktop-locals-to-save truncate-lines case-fold-search case-replace fill-column overwrite-mode change-log-default-name line-number-mode column-number-mode size-indication-mode buffer-file-coding-system indent-tabs-mode tab-width indicate-buffer-boundaries indicate-empty-lines show-trailing-whitespace) "\ | 6856 | (defvar desktop-locals-to-save '(desktop-locals-to-save truncate-lines case-fold-search case-replace fill-column overwrite-mode change-log-default-name line-number-mode column-number-mode size-indication-mode buffer-file-coding-system buffer-display-time indent-tabs-mode tab-width indicate-buffer-boundaries indicate-empty-lines show-trailing-whitespace) "\ |
| 6857 | List of local variables to save for each buffer. | 6857 | List of local variables to save for each buffer. |
| 6858 | The variables are saved only when they really are local. Conventional minor | 6858 | The variables are saved only when they really are local. Conventional minor |
| 6859 | modes are restored automatically; they should not be listed here.") | 6859 | modes are restored automatically; they should not be listed here.") |
| @@ -15394,6 +15394,7 @@ different regions. With numeric argument ARG, behaves like | |||
| 15394 | 15394 | ||
| 15395 | (autoload 'describe-function "help-fns" "\ | 15395 | (autoload 'describe-function "help-fns" "\ |
| 15396 | Display the full documentation of FUNCTION (a symbol). | 15396 | Display the full documentation of FUNCTION (a symbol). |
| 15397 | When called from lisp, FUNCTION may also be a function object. | ||
| 15397 | 15398 | ||
| 15398 | \(fn FUNCTION)" t nil) | 15399 | \(fn FUNCTION)" t nil) |
| 15399 | 15400 | ||
| @@ -20864,6 +20865,49 @@ is modified to remove the default indication. | |||
| 20864 | ;;;### (autoloads nil "misc" "misc.el" (0 0 0 0)) | 20865 | ;;;### (autoloads nil "misc" "misc.el" (0 0 0 0)) |
| 20865 | ;;; Generated autoloads from misc.el | 20866 | ;;; Generated autoloads from misc.el |
| 20866 | 20867 | ||
| 20868 | (autoload 'copy-from-above-command "misc" "\ | ||
| 20869 | Copy characters from previous nonblank line, starting just above point. | ||
| 20870 | Copy ARG characters, but not past the end of that line. | ||
| 20871 | If no argument given, copy the entire rest of the line. | ||
| 20872 | The characters copied are inserted in the buffer before point. | ||
| 20873 | |||
| 20874 | \(fn &optional ARG)" t nil) | ||
| 20875 | |||
| 20876 | (autoload 'zap-up-to-char "misc" "\ | ||
| 20877 | Kill up to, but not including ARGth occurrence of CHAR. | ||
| 20878 | Case is ignored if `case-fold-search' is non-nil in the current buffer. | ||
| 20879 | Goes backward if ARG is negative; error if CHAR not found. | ||
| 20880 | Ignores CHAR at point. | ||
| 20881 | |||
| 20882 | \(fn ARG CHAR)" t nil) | ||
| 20883 | |||
| 20884 | (autoload 'mark-beginning-of-buffer "misc" "\ | ||
| 20885 | Set mark at the beginning of the buffer. | ||
| 20886 | |||
| 20887 | \(fn)" t nil) | ||
| 20888 | |||
| 20889 | (autoload 'mark-end-of-buffer "misc" "\ | ||
| 20890 | Set mark at the end of the buffer. | ||
| 20891 | |||
| 20892 | \(fn)" t nil) | ||
| 20893 | |||
| 20894 | (autoload 'upcase-char "misc" "\ | ||
| 20895 | Uppercasify ARG chars starting from point. Point doesn't move. | ||
| 20896 | |||
| 20897 | \(fn ARG)" t nil) | ||
| 20898 | |||
| 20899 | (autoload 'forward-to-word "misc" "\ | ||
| 20900 | Move forward until encountering the beginning of a word. | ||
| 20901 | With argument, do this that many times. | ||
| 20902 | |||
| 20903 | \(fn ARG)" t nil) | ||
| 20904 | |||
| 20905 | (autoload 'backward-to-word "misc" "\ | ||
| 20906 | Move backward until encountering the end of a word. | ||
| 20907 | With argument, do this that many times. | ||
| 20908 | |||
| 20909 | \(fn ARG)" t nil) | ||
| 20910 | |||
| 20867 | (autoload 'butterfly "misc" "\ | 20911 | (autoload 'butterfly "misc" "\ |
| 20868 | Use butterflies to flip the desired bit on the drive platter. | 20912 | Use butterflies to flip the desired bit on the drive platter. |
| 20869 | Open hands and let the delicate wings flap once. The disturbance | 20913 | Open hands and let the delicate wings flap once. The disturbance |
| @@ -20887,7 +20931,7 @@ The return value is always nil. | |||
| 20887 | 20931 | ||
| 20888 | \(fn &optional LOADED-ONLY-P BUFFER)" t nil) | 20932 | \(fn &optional LOADED-ONLY-P BUFFER)" t nil) |
| 20889 | 20933 | ||
| 20890 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "misc" '("list-dynamic-libraries--" "backward-to-word" "forward-to-word" "upcase-char" "mark-" "zap-up-to-char" "copy-from-above-command"))) | 20934 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "misc" '("list-dynamic-libraries--"))) |
| 20891 | 20935 | ||
| 20892 | ;;;*** | 20936 | ;;;*** |
| 20893 | 20937 | ||
| @@ -22288,7 +22332,7 @@ closing requests for requests that are used in matched pairs. | |||
| 22288 | 22332 | ||
| 22289 | ;;;### (autoloads nil "ntlm" "net/ntlm.el" (0 0 0 0)) | 22333 | ;;;### (autoloads nil "ntlm" "net/ntlm.el" (0 0 0 0)) |
| 22290 | ;;; Generated autoloads from net/ntlm.el | 22334 | ;;; Generated autoloads from net/ntlm.el |
| 22291 | (push (purecopy '(ntlm 2 0 0)) package--builtin-versions) | 22335 | (push (purecopy '(ntlm 2 1 0)) package--builtin-versions) |
| 22292 | 22336 | ||
| 22293 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ntlm" '("ntlm-"))) | 22337 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ntlm" '("ntlm-"))) |
| 22294 | 22338 | ||
| @@ -29253,7 +29297,7 @@ Like `mail' command, but display mail buffer in another frame. | |||
| 29253 | 29297 | ||
| 29254 | ;;;### (autoloads nil "seq" "emacs-lisp/seq.el" (0 0 0 0)) | 29298 | ;;;### (autoloads nil "seq" "emacs-lisp/seq.el" (0 0 0 0)) |
| 29255 | ;;; Generated autoloads from emacs-lisp/seq.el | 29299 | ;;; Generated autoloads from emacs-lisp/seq.el |
| 29256 | (push (purecopy '(seq 2 18)) package--builtin-versions) | 29300 | (push (purecopy '(seq 2 19)) package--builtin-versions) |
| 29257 | 29301 | ||
| 29258 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "seq" '("seq-"))) | 29302 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "seq" '("seq-"))) |
| 29259 | 29303 | ||
| @@ -32262,6 +32306,14 @@ use in that buffer. | |||
| 32262 | ;;;;;; 0 0)) | 32306 | ;;;;;; 0 0)) |
| 32263 | ;;; Generated autoloads from emacs-lisp/testcover.el | 32307 | ;;; Generated autoloads from emacs-lisp/testcover.el |
| 32264 | 32308 | ||
| 32309 | (autoload 'testcover-start "testcover" "\ | ||
| 32310 | Uses edebug to instrument all macros and functions in FILENAME, then | ||
| 32311 | changes the instrumentation from edebug to testcover--much faster, no | ||
| 32312 | problems with type-ahead or post-command-hook, etc. If BYTE-COMPILE is | ||
| 32313 | non-nil, byte-compiles each function after instrumenting. | ||
| 32314 | |||
| 32315 | \(fn FILENAME &optional BYTE-COMPILE)" t nil) | ||
| 32316 | |||
| 32265 | (autoload 'testcover-this-defun "testcover" "\ | 32317 | (autoload 'testcover-this-defun "testcover" "\ |
| 32266 | Start coverage on function under point. | 32318 | Start coverage on function under point. |
| 32267 | 32319 | ||
| @@ -33782,7 +33834,7 @@ Discard Tramp from loading remote files. | |||
| 33782 | ;;;;;; 0)) | 33834 | ;;;;;; 0)) |
| 33783 | ;;; Generated autoloads from net/tramp-compat.el | 33835 | ;;; Generated autoloads from net/tramp-compat.el |
| 33784 | 33836 | ||
| 33785 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tramp-compat" '("tramp-compat-"))) | 33837 | (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "tramp-compat" '("tramp-"))) |
| 33786 | 33838 | ||
| 33787 | ;;;*** | 33839 | ;;;*** |
| 33788 | 33840 | ||