aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ldefs-boot.el30
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)
18799Check the current buffer for spelling errors interactively." t nil) 18799Check 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'.
18803If APPEND is non-n il, append the info to previous buffer if exists. 18803If 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
21833width of ELLIPSIS. If it is non-nil and not a string, then ELLIPSIS 21833width of ELLIPSIS. If it is non-nil and not a string, then ELLIPSIS
21834defaults to `truncate-string-ellipsis'. 21834defaults to `truncate-string-ellipsis'.
21835 21835
21836If ELLIPSIS-TEXT-PROPERTY in non-nil, a too-long string will not 21836If ELLIPSIS-TEXT-PROPERTY is non-nil, a too-long string will not
21837be truncated, but instead the elided parts will be covered by a 21837be 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" "\
30968Sort lines in region alphabetically; argument means descending order. 30968Sort lines in region alphabetically; REVERSE non-nil means descending order.
30969Interactively, REVERSE is the prefix argument, and BEG and END are the region.
30969Called from a program, there are three arguments: 30970Called from a program, there are three arguments:
30970REVERSE (non-nil means reverse order), BEG and END (region to sort). 30971REVERSE (non-nil means reverse order), BEG and END (region to sort).
30971The variable `sort-fold-case' determines whether alphabetic case affects 30972The 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" "\
34439Trace calls to function FUNCTION. 34440Trace calls to function FUNCTION.
34440With a prefix argument, also prompt for the trace buffer (default 34441With 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
34443Lisp, CONTEXT should be a function of no arguments which returns
34444a value to insert into BUFFER during the trace.
34442 34445
34443Tracing a function causes every call to that function to insert 34446Tracing a function causes every call to that function to insert
34444into BUFFER Lisp-style trace messages that display the function's 34447into 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"