mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-07 14:31:41 -08:00
; Auto-commit of loaddefs files.
This commit is contained in:
parent
3e322df060
commit
0ae7b2b88f
1 changed files with 18 additions and 6 deletions
|
|
@ -1819,7 +1819,7 @@ If `global-auto-revert-non-file-buffers' is non-nil, this mode
|
||||||
may also revert some non-file buffers, as described in the
|
may also revert some non-file buffers, as described in the
|
||||||
documentation of that variable. It ignores buffers with modes
|
documentation of that variable. It ignores buffers with modes
|
||||||
matching `global-auto-revert-ignore-modes', and buffers with a
|
matching `global-auto-revert-ignore-modes', and buffers with a
|
||||||
non-nil vale of `global-auto-revert-ignore-buffer'.
|
non-nil value of `global-auto-revert-ignore-buffer'.
|
||||||
|
|
||||||
When a buffer is reverted, a message is generated. This can be
|
When a buffer is reverted, a message is generated. This can be
|
||||||
suppressed by setting `auto-revert-verbose' to nil.
|
suppressed by setting `auto-revert-verbose' to nil.
|
||||||
|
|
@ -18025,8 +18025,9 @@ Return a regular expression matching image-file filenames.
|
||||||
|
|
||||||
(autoload 'insert-image-file "image-file" "\
|
(autoload 'insert-image-file "image-file" "\
|
||||||
Insert the image file FILE into the current buffer.
|
Insert the image file FILE into the current buffer.
|
||||||
Optional arguments VISIT, BEG, END, and REPLACE are interpreted as for
|
Optional arguments VISIT, BEG, END, and REPLACE are interpreted
|
||||||
the command `insert-file-contents'.
|
as for the command `insert-file-contents'. Return list of
|
||||||
|
absolute file name and number of characters inserted.
|
||||||
|
|
||||||
\(fn FILE &optional VISIT BEG END REPLACE)" nil nil)
|
\(fn FILE &optional VISIT BEG END REPLACE)" nil nil)
|
||||||
|
|
||||||
|
|
@ -36011,7 +36012,12 @@ first backend that could register the file is used.
|
||||||
\(fn &optional VC-FILESET COMMENT)" t nil)
|
\(fn &optional VC-FILESET COMMENT)" t nil)
|
||||||
|
|
||||||
(autoload 'vc-version-diff "vc" "\
|
(autoload 'vc-version-diff "vc" "\
|
||||||
Report diffs between revisions of the fileset in the repository history.
|
Report diffs between revisions REV1 and REV2 in the repository history.
|
||||||
|
This compares two revisions of the current fileset.
|
||||||
|
If REV1 is nil, it defaults to the current revision, i.e. revision
|
||||||
|
of the last commit.
|
||||||
|
If REV2 is nil, it defaults to the work tree, i.e. the current
|
||||||
|
state of each file in the fileset.
|
||||||
|
|
||||||
\(fn FILES REV1 REV2)" t nil)
|
\(fn FILES REV1 REV2)" t nil)
|
||||||
|
|
||||||
|
|
@ -36027,8 +36033,14 @@ saving the buffer.
|
||||||
\(fn &optional HISTORIC NOT-URGENT)" t nil)
|
\(fn &optional HISTORIC NOT-URGENT)" t nil)
|
||||||
|
|
||||||
(autoload 'vc-version-ediff "vc" "\
|
(autoload 'vc-version-ediff "vc" "\
|
||||||
Show differences between revisions of the fileset in the
|
Show differences between REV1 and REV2 of FILES using ediff.
|
||||||
repository history using ediff.
|
This compares two revisions of the files in FILES. Currently,
|
||||||
|
only a single file's revisions can be compared, i.e. FILES can
|
||||||
|
specify only one file name.
|
||||||
|
If REV1 is nil, it defaults to the current revision, i.e. revision
|
||||||
|
of the last commit.
|
||||||
|
If REV2 is nil, it defaults to the work tree, i.e. the current
|
||||||
|
state of each file in FILES.
|
||||||
|
|
||||||
\(fn FILES REV1 REV2)" t nil)
|
\(fn FILES REV1 REV2)" t nil)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue