Skip to content

Commit 0ae7b2b

Browse files
committed
; Auto-commit of loaddefs files.
1 parent 3e322df commit 0ae7b2b

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

lisp/ldefs-boot.el

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1819,7 +1819,7 @@ If `global-auto-revert-non-file-buffers' is non-nil, this mode
18191819
may also revert some non-file buffers, as described in the
18201820
documentation of that variable. It ignores buffers with modes
18211821
matching `global-auto-revert-ignore-modes', and buffers with a
1822-
non-nil vale of `global-auto-revert-ignore-buffer'.
1822+
non-nil value of `global-auto-revert-ignore-buffer'.
18231823

18241824
When a buffer is reverted, a message is generated. This can be
18251825
suppressed by setting `auto-revert-verbose' to nil.
@@ -18025,8 +18025,9 @@ Return a regular expression matching image-file filenames.
1802518025

1802618026
(autoload 'insert-image-file "image-file" "\
1802718027
Insert the image file FILE into the current buffer.
18028-
Optional arguments VISIT, BEG, END, and REPLACE are interpreted as for
18029-
the command `insert-file-contents'.
18028+
Optional arguments VISIT, BEG, END, and REPLACE are interpreted
18029+
as for the command `insert-file-contents'. Return list of
18030+
absolute file name and number of characters inserted.
1803018031

1803118032
\(fn FILE &optional VISIT BEG END REPLACE)" nil nil)
1803218033

@@ -36011,7 +36012,12 @@ first backend that could register the file is used.
3601136012
\(fn &optional VC-FILESET COMMENT)" t nil)
3601236013

3601336014
(autoload 'vc-version-diff "vc" "\
36014-
Report diffs between revisions of the fileset in the repository history.
36015+
Report diffs between revisions REV1 and REV2 in the repository history.
36016+
This compares two revisions of the current fileset.
36017+
If REV1 is nil, it defaults to the current revision, i.e. revision
36018+
of the last commit.
36019+
If REV2 is nil, it defaults to the work tree, i.e. the current
36020+
state of each file in the fileset.
3601536021

3601636022
\(fn FILES REV1 REV2)" t nil)
3601736023

@@ -36027,8 +36033,14 @@ saving the buffer.
3602736033
\(fn &optional HISTORIC NOT-URGENT)" t nil)
3602836034

3602936035
(autoload 'vc-version-ediff "vc" "\
36030-
Show differences between revisions of the fileset in the
36031-
repository history using ediff.
36036+
Show differences between REV1 and REV2 of FILES using ediff.
36037+
This compares two revisions of the files in FILES. Currently,
36038+
only a single file's revisions can be compared, i.e. FILES can
36039+
specify only one file name.
36040+
If REV1 is nil, it defaults to the current revision, i.e. revision
36041+
of the last commit.
36042+
If REV2 is nil, it defaults to the work tree, i.e. the current
36043+
state of each file in FILES.
3603236044

3603336045
\(fn FILES REV1 REV2)" t nil)
3603436046

0 commit comments

Comments
 (0)