@@ -1819,7 +1819,7 @@ If `global-auto-revert-non-file-buffers' is non-nil, this mode
1819
1819
may also revert some non-file buffers, as described in the
1820
1820
documentation of that variable. It ignores buffers with modes
1821
1821
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'.
1823
1823
1824
1824
When a buffer is reverted, a message is generated. This can be
1825
1825
suppressed by setting `auto-revert-verbose' to nil.
@@ -18025,8 +18025,9 @@ Return a regular expression matching image-file filenames.
18025
18025
18026
18026
(autoload 'insert-image-file "image-file" "\
18027
18027
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.
18030
18031
18031
18032
\(fn FILE &optional VISIT BEG END REPLACE)" nil nil)
18032
18033
@@ -36011,7 +36012,12 @@ first backend that could register the file is used.
36011
36012
\(fn &optional VC-FILESET COMMENT)" t nil)
36012
36013
36013
36014
(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.
36015
36021
36016
36022
\(fn FILES REV1 REV2)" t nil)
36017
36023
@@ -36027,8 +36033,14 @@ saving the buffer.
36027
36033
\(fn &optional HISTORIC NOT-URGENT)" t nil)
36028
36034
36029
36035
(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.
36032
36044
36033
36045
\(fn FILES REV1 REV2)" t nil)
36034
36046
0 commit comments