mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-10 09:12:15 +00:00
; Auto-commit of loaddefs files.
This commit is contained in:
parent
1d477a0fec
commit
fc8e02a4d5
@ -18799,8 +18799,8 @@ Check comments and strings in the current buffer for spelling errors." t nil)
|
||||
Check the current buffer for spelling errors interactively." t nil)
|
||||
|
||||
(autoload 'ispell-buffer-with-debug "ispell" "\
|
||||
`ispell-buffer' with some output sent to `ispell-debug-buffer' buffer.
|
||||
If APPEND is non-n il, append the info to previous buffer if exists.
|
||||
`ispell-buffer' with some output sent to `ispell-debug-buffer'.
|
||||
If APPEND is non-nil, don't erase previous debugging output.
|
||||
|
||||
\(fn &optional APPEND)" t nil)
|
||||
|
||||
@ -21833,7 +21833,7 @@ unless the display width of STR is equal to or less than the display
|
||||
width of ELLIPSIS. If it is non-nil and not a string, then ELLIPSIS
|
||||
defaults to `truncate-string-ellipsis'.
|
||||
|
||||
If ELLIPSIS-TEXT-PROPERTY in non-nil, a too-long string will not
|
||||
If ELLIPSIS-TEXT-PROPERTY is non-nil, a too-long string will not
|
||||
be truncated, but instead the elided parts will be covered by a
|
||||
`display' text property showing the ellipsis.
|
||||
|
||||
@ -30965,7 +30965,8 @@ as start and end positions), and with `string<' otherwise.
|
||||
\(fn REVERSE NEXTRECFUN ENDRECFUN &optional STARTKEYFUN ENDKEYFUN PREDICATE)" nil nil)
|
||||
|
||||
(autoload 'sort-lines "sort" "\
|
||||
Sort lines in region alphabetically; argument means descending order.
|
||||
Sort lines in region alphabetically; REVERSE non-nil means descending order.
|
||||
Interactively, REVERSE is the prefix argument, and BEG and END are the region.
|
||||
Called from a program, there are three arguments:
|
||||
REVERSE (non-nil means reverse order), BEG and END (region to sort).
|
||||
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.
|
||||
(autoload 'trace-function-foreground "trace" "\
|
||||
Trace calls to function FUNCTION.
|
||||
With a prefix argument, also prompt for the trace buffer (default
|
||||
`trace-buffer'), and a Lisp expression CONTEXT.
|
||||
`trace-buffer'), and a Lisp expression CONTEXT. When called from
|
||||
Lisp, CONTEXT should be a function of no arguments which returns
|
||||
a value to insert into BUFFER during the trace.
|
||||
|
||||
Tracing a function causes every call to that function to insert
|
||||
into BUFFER Lisp-style trace messages that display the function's
|
||||
@ -38850,19 +38853,10 @@ Zone out, completely." t nil)
|
||||
;;;;;; "eshell/em-unix.el" "eshell/em-xtra.el" "facemenu.el" "faces.el"
|
||||
;;;;;; "files.el" "font-core.el" "font-lock.el" "format.el" "frame.el"
|
||||
;;;;;; "help.el" "hfy-cmap.el" "ibuf-ext.el" "indent.el" "international/characters.el"
|
||||
;;;;;; "international/charprop.el" "international/charscript.el"
|
||||
;;;;;; "international/cp51932.el" "international/eucjp-ms.el" "international/mule-cmds.el"
|
||||
;;;;;; "international/mule-conf.el" "international/mule.el" "international/uni-bidi.el"
|
||||
;;;;;; "international/uni-brackets.el" "international/uni-category.el"
|
||||
;;;;;; "international/uni-combining.el" "international/uni-comment.el"
|
||||
;;;;;; "international/uni-decimal.el" "international/uni-decomposition.el"
|
||||
;;;;;; "international/uni-digit.el" "international/uni-lowercase.el"
|
||||
;;;;;; "international/uni-mirrored.el" "international/uni-name.el"
|
||||
;;;;;; "international/uni-numeric.el" "international/uni-old-name.el"
|
||||
;;;;;; "international/uni-special-lowercase.el" "international/uni-special-titlecase.el"
|
||||
;;;;;; "international/uni-special-uppercase.el" "international/uni-titlecase.el"
|
||||
;;;;;; "international/uni-uppercase.el" "isearch.el" "jit-lock.el"
|
||||
;;;;;; "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el"
|
||||
;;;;;; "international/charscript.el" "international/cp51932.el"
|
||||
;;;;;; "international/eucjp-ms.el" "international/mule-cmds.el"
|
||||
;;;;;; "international/mule-conf.el" "international/mule.el" "isearch.el"
|
||||
;;;;;; "jit-lock.el" "jka-cmpr-hook.el" "language/burmese.el" "language/cham.el"
|
||||
;;;;;; "language/chinese.el" "language/cyrillic.el" "language/czech.el"
|
||||
;;;;;; "language/english.el" "language/ethiopic.el" "language/european.el"
|
||||
;;;;;; "language/georgian.el" "language/greek.el" "language/hebrew.el"
|
||||
|
Loading…
Reference in New Issue
Block a user