aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2019-11-29 11:03:55 +0200
committerEli Zaretskii2019-11-29 11:03:55 +0200
commit6e41b08ea877af91908abaf164a9a00cb82cafa9 (patch)
tree7f82392113ee37fa55b972880705218ae84433c6 /doc
parentb2790db049da98b541d07bac21ca7d7c220d3be0 (diff)
downloademacs-6e41b08ea877af91908abaf164a9a00cb82cafa9.tar.gz
emacs-6e41b08ea877af91908abaf164a9a00cb82cafa9.zip
Improve documentation and UI of 'C-x v L'
* lisp/vc/vc.el (vc-print-root-log): Improve the wording of the doc string and of the prompt for the root directory. * etc/NEWS: Improve and expand the wording of the changes in 'C-x v L'. * doc/emacs/maintaining.texi (VC Change Log): Improve and clarify wording of the 'C-x v L' description.
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/maintaining.texi10
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/emacs/maintaining.texi b/doc/emacs/maintaining.texi
index c1f7aed114f..66fa54113f9 100644
--- a/doc/emacs/maintaining.texi
+++ b/doc/emacs/maintaining.texi
@@ -993,8 +993,14 @@ version-controlled directory tree (RCS, SCCS, CVS, and SRC do not
993support this feature). With a prefix argument, the command prompts 993support this feature). With a prefix argument, the command prompts
994for the maximum number of revisions to display. A numeric prefix 994for the maximum number of revisions to display. A numeric prefix
995argument specifies the maximum number of revisions without prompting. 995argument specifies the maximum number of revisions without prompting.
996When the numeric prefix argument is @kbd{M-1}, the command prompts 996When the numeric prefix argument is 1, as in @w{@kbd{C-1 C-x v L}} or
997for the revision ID, and displays its log entry with a diff of changes. 997@w{@kbd{C-u 1 C-x v L}}, the command prompts for the revision ID, and
998displays the log entry of that revision together with the changes
999(diffs) it introduced. (Some less capable version control systems,
1000such as RCS and CVS, don't have commands to show a revision log with
1001its diffs; for them the command displays only the log entry, and you
1002can request to show the diffs by typing @kbd{d} or @kbd{D}, see
1003below.)
998 1004
999 The @kbd{C-x v L} history is shown in a compact form, usually 1005 The @kbd{C-x v L} history is shown in a compact form, usually
1000showing only the first line of each log entry. However, you can type 1006showing only the first line of each log entry. However, you can type