diff options
| author | Nicolas Petton | 2017-02-21 17:58:46 +0100 |
|---|---|---|
| committer | Nicolas Petton | 2017-02-21 17:58:46 +0100 |
| commit | fe91ff27c54cc10b70a5c5d5bac4017922866717 (patch) | |
| tree | bfcf7c3d0749335ec92597aeb04831c04e5c3785 | |
| parent | 42102109936dfdbaabcd5a0c8eddaca633d595e1 (diff) | |
| download | emacs-fe91ff27c54cc10b70a5c5d5bac4017922866717.tar.gz emacs-fe91ff27c54cc10b70a5c5d5bac4017922866717.zip | |
; Update ldef-boot.el for Emacs 25.1 releaseemacs-25.2-rc2
| -rw-r--r-- | lisp/ldefs-boot.el | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index e0b0b437393..0868e93c00d 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -19123,8 +19123,8 @@ The default is 20. If LIMIT is negative, do not limit the listing. | |||
| 19123 | 19123 | ||
| 19124 | ;;;*** | 19124 | ;;;*** |
| 19125 | 19125 | ||
| 19126 | ;;;### (autoloads nil "mule-util" "international/mule-util.el" (22676 | 19126 | ;;;### (autoloads nil "mule-util" "international/mule-util.el" (22700 |
| 19127 | ;;;;;; 23208 715522 293000)) | 19127 | ;;;;;; 907 781538 432000)) |
| 19128 | ;;; Generated autoloads from international/mule-util.el | 19128 | ;;; Generated autoloads from international/mule-util.el |
| 19129 | 19129 | ||
| 19130 | (defsubst string-to-list (string) "\ | 19130 | (defsubst string-to-list (string) "\ |
| @@ -19262,7 +19262,7 @@ QUALITY can be: | |||
| 19262 | `approximate', in which case we may cut some corners to avoid | 19262 | `approximate', in which case we may cut some corners to avoid |
| 19263 | excessive work. | 19263 | excessive work. |
| 19264 | `exact', in which case we may end up re-(en/de)coding a large | 19264 | `exact', in which case we may end up re-(en/de)coding a large |
| 19265 | part of the file/buffer. | 19265 | part of the file/buffer, this can be expensive and slow. |
| 19266 | nil, in which case we may return nil rather than an approximation. | 19266 | nil, in which case we may return nil rather than an approximation. |
| 19267 | 19267 | ||
| 19268 | \(fn BYTE &optional QUALITY CODING-SYSTEM)" nil nil) | 19268 | \(fn BYTE &optional QUALITY CODING-SYSTEM)" nil nil) |
| @@ -19276,7 +19276,7 @@ QUALITY can be: | |||
| 19276 | `approximate', in which case we may cut some corners to avoid | 19276 | `approximate', in which case we may cut some corners to avoid |
| 19277 | excessive work. | 19277 | excessive work. |
| 19278 | `exact', in which case we may end up re-(en/de)coding a large | 19278 | `exact', in which case we may end up re-(en/de)coding a large |
| 19279 | part of the file/buffer. | 19279 | part of the file/buffer, this can be expensive and slow. |
| 19280 | nil, in which case we may return nil rather than an approximation. | 19280 | nil, in which case we may return nil rather than an approximation. |
| 19281 | 19281 | ||
| 19282 | \(fn POSITION &optional QUALITY CODING-SYSTEM)" nil nil) | 19282 | \(fn POSITION &optional QUALITY CODING-SYSTEM)" nil nil) |
| @@ -22414,8 +22414,8 @@ Optional argument FACE specifies the face to do the highlighting. | |||
| 22414 | 22414 | ||
| 22415 | ;;;*** | 22415 | ;;;*** |
| 22416 | 22416 | ||
| 22417 | ;;;### (autoloads nil "python" "progmodes/python.el" (22676 23208 | 22417 | ;;;### (autoloads nil "python" "progmodes/python.el" (22700 907 783538 |
| 22418 | ;;;;;; 867521 672000)) | 22418 | ;;;;;; 423000)) |
| 22419 | ;;; Generated autoloads from progmodes/python.el | 22419 | ;;; Generated autoloads from progmodes/python.el |
| 22420 | (push (purecopy '(python 0 25 1)) package--builtin-versions) | 22420 | (push (purecopy '(python 0 25 1)) package--builtin-versions) |
| 22421 | 22421 | ||
| @@ -32293,7 +32293,7 @@ you can press `C-c <right>' (calling `winner-redo'). | |||
| 32293 | 32293 | ||
| 32294 | ;;;*** | 32294 | ;;;*** |
| 32295 | 32295 | ||
| 32296 | ;;;### (autoloads nil "woman" "woman.el" (22676 23208 936521 391000)) | 32296 | ;;;### (autoloads nil "woman" "woman.el" (22700 907 786538 408000)) |
| 32297 | ;;; Generated autoloads from woman.el | 32297 | ;;; Generated autoloads from woman.el |
| 32298 | (push (purecopy '(woman 0 551)) package--builtin-versions) | 32298 | (push (purecopy '(woman 0 551)) package--builtin-versions) |
| 32299 | 32299 | ||
| @@ -32311,7 +32311,7 @@ The major browsing mode used is essentially the standard Man mode. | |||
| 32311 | Choose the filename for the man page using completion, based on the | 32311 | Choose the filename for the man page using completion, based on the |
| 32312 | topic selected from the directories specified in `woman-manpath' and | 32312 | topic selected from the directories specified in `woman-manpath' and |
| 32313 | `woman-path'. The directory expansions and topics are cached for | 32313 | `woman-path'. The directory expansions and topics are cached for |
| 32314 | speed, but a non-nil interactive argument forces the caches to be | 32314 | speed. With a prefix argument, force the caches to be |
| 32315 | updated (e.g. to re-interpret the current directory). | 32315 | updated (e.g. to re-interpret the current directory). |
| 32316 | 32316 | ||
| 32317 | Used non-interactively, arguments are optional: if given then TOPIC | 32317 | Used non-interactively, arguments are optional: if given then TOPIC |
| @@ -32772,7 +32772,7 @@ Zone out, completely. | |||
| 32772 | ;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el" | 32772 | ;;;;;; "vc/ediff-vers.el" "vc/ediff-wind.el" "vc/pcvs-info.el" "vc/pcvs-parse.el" |
| 32773 | ;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vc/vc-filewise.el" "vcursor.el" | 32773 | ;;;;;; "vc/pcvs-util.el" "vc/vc-dav.el" "vc/vc-filewise.el" "vcursor.el" |
| 32774 | ;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" | 32774 | ;;;;;; "vt-control.el" "vt100-led.el" "w32-fns.el" "w32-vars.el" |
| 32775 | ;;;;;; "x-dnd.el") (22676 38554 103597 865000)) | 32775 | ;;;;;; "x-dnd.el") (22700 28147 844034 58000)) |
| 32776 | 32776 | ||
| 32777 | ;;;*** | 32777 | ;;;*** |
| 32778 | 32778 | ||