diff options
| -rw-r--r-- | lisp/ldefs-boot.el | 30 |
1 files changed, 12 insertions, 18 deletions
diff --git a/lisp/ldefs-boot.el b/lisp/ldefs-boot.el index 8b4d21b3cea..fd0cd3efee0 100644 --- a/lisp/ldefs-boot.el +++ b/lisp/ldefs-boot.el | |||
| @@ -18799,8 +18799,8 @@ Check comments and strings in the current buffer for spelling errors." t nil) | |||
| 18799 | Check the current buffer for spelling errors interactively." t nil) | 18799 | Check the current buffer for spelling errors interactively." t nil) |
| 18800 | 18800 | ||
| 18801 | (autoload 'ispell-buffer-with-debug "ispell" "\ | 18801 | (autoload 'ispell-buffer-with-debug "ispell" "\ |
| 18802 | `ispell-buffer' with some output sent to `ispell-debug-buffer' buffer. | 18802 | `ispell-buffer' with some output sent to `ispell-debug-buffer'. |
| 18803 | If APPEND is non-n il, append the info to previous buffer if exists. | 18803 | If APPEND is non-nil, don't erase previous debugging output. |
| 18804 | 18804 | ||
| 18805 | \(fn &optional APPEND)" t nil) | 18805 | \(fn &optional APPEND)" t nil) |
| 18806 | 18806 | ||
| @@ -21833,7 +21833,7 @@ unless the display width of STR is equal to or less than the display | |||
| 21833 | width of ELLIPSIS. If it is non-nil and not a string, then ELLIPSIS | 21833 | width of ELLIPSIS. If it is non-nil and not a string, then ELLIPSIS |
| 21834 | defaults to `truncate-string-ellipsis'. | 21834 | defaults to `truncate-string-ellipsis'. |
| 21835 | 21835 | ||
| 21836 | If ELLIPSIS-TEXT-PROPERTY in non-nil, a too-long string will not | 21836 | If ELLIPSIS-TEXT-PROPERTY is non-nil, a too-long string will not |
| 21837 | be truncated, but instead the elided parts will be covered by a | 21837 | be truncated, but instead the elided parts will be covered by a |
| 21838 | `display' text property showing the ellipsis. | 21838 | `display' text property showing the ellipsis. |
| 21839 | 21839 | ||
| @@ -30965,7 +30965,8 @@ as start and end positions), and with `string<' otherwise. | |||
| 30965 | \(fn REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN PREDICATE)" nil nil) | 30965 | \(fn REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN PREDICATE)" nil nil) |
| 30966 | 30966 | ||
| 30967 | (autoload 'sort-lines "sort" "\ | 30967 | (autoload 'sort-lines "sort" "\ |
| 30968 | Sort lines in region alphabetically; argument means descending order. | 30968 | Sort lines in region alphabetically; REVERSE non-nil means descending order. |
| 30969 | Interactively, REVERSE is the prefix argument, and BEG and END are the region. | ||
| 30969 | Called from a program, there are three arguments: | 30970 | Called from a program, there are three arguments: |
| 30970 | REVERSE (non-nil means reverse order), BEG and END (region to sort). | 30971 | REVERSE (non-nil means reverse order), BEG and END (region to sort). |
| 30971 | The variable `sort-fold-case' determines whether alphabetic case affects | 30972 | The variable `sort-fold-case' determines whether alphabetic case affects |
| @@ -34438,7 +34439,9 @@ You can call this function to add internal values in the trace buffer. | |||
| 34438 | (autoload 'trace-function-foreground "trace" "\ | 34439 | (autoload 'trace-function-foreground "trace" "\ |
| 34439 | Trace calls to function FUNCTION. | 34440 | Trace calls to function FUNCTION. |
| 34440 | With a prefix argument, also prompt for the trace buffer (default | 34441 | With a prefix argument, also prompt for the trace buffer (default |
| 34441 | `trace-buffer'), and a Lisp expression CONTEXT. | 34442 | `trace-buffer'), and a Lisp expression CONTEXT. When called from |
| 34443 | Lisp, CONTEXT should be a function of no arguments which returns | ||
| 34444 | a value to insert into BUFFER during the trace. | ||
| 34442 | 34445 | ||
| 34443 | Tracing a function causes every call to that function to insert | 34446 | Tracing a function causes every call to that function to insert |
| 34444 | into BUFFER Lisp-style trace messages that display the function's | 34447 | into BUFFER Lisp-style trace messages that display the function's |
| @@ -38850,19 +38853,10 @@ Zone out, completely." t nil) | |||
| 38850 | ;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "facemenu.el" "faces.el" | 38853 | ;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "facemenu.el" "faces.el" |
| 38851 | ;;;;;; "files.el" "font-core.el" "font-lock.el" "format.el" "frame.el" | 38854 | ;;;;;; "files.el" "font-core.el" "font-lock.el" "format.el" "frame.el" |
| 38852 | ;;;;;; "help.el" "hfy-cmap.el" "ibuf-ext.el" "indent.el" "international/characters.el" | 38855 | ;;;;;; "help.el" "hfy-cmap.el" "ibuf-ext.el" "indent.el" "international/characters.el" |
| 38853 | ;;;;;; "international/charprop.el" "international/charscript.el" | 38856 | ;;;;;; "international/charscript.el" "international/cp51932.el" |
| 38854 | ;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/mule-cmds.el" | 38857 | ;;;;;; "international/eucjp-ms.el" "international/mule-cmds.el" |
| 38855 | ;;;;;; "international/mule-conf.el" "international/mule.el" "international/uni-bidi.el" | 38858 | ;;;;;; "international/mule-conf.el" "international/mule.el" "isearch.el" |
| 38856 | ;;;;;; "international/uni-brackets.el" "international/uni-category.el" | 38859 | ;;;;;; "jit-lock.el" "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el" |
| 38857 | ;;;;;; "international/uni-combining.el" "international/uni-comment.el" | ||
| 38858 | ;;;;;; "international/uni-decimal.el" "international/uni-decomposition.el" | ||
| 38859 | ;;;;;; "international/uni-digit.el" "international/uni-lowercase.el" | ||
| 38860 | ;;;;;; "international/uni-mirrored.el" "international/uni-name.el" | ||
| 38861 | ;;;;;; "international/uni-numeric.el" "international/uni-old-name.el" | ||
| 38862 | ;;;;;; "international/uni-special-lowercase.el" "international/uni-special-titlecase.el" | ||
| 38863 | ;;;;;; "international/uni-special-uppercase.el" "international/uni-titlecase.el" | ||
| 38864 | ;;;;;; "international/uni-uppercase.el" "isearch.el" "jit-lock.el" | ||
| 38865 | ;;;;;; "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el" | ||
| 38866 | ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" | 38860 | ;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el" |
| 38867 | ;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el" | 38861 | ;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el" |
| 38868 | ;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el" | 38862 | ;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el" |