aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc
diff options
context:
space:
mode:
authorCharles A. Roelli2017-10-31 22:01:34 +0100
committerCharles A. Roelli2017-10-31 22:01:34 +0100
commit460fe4a1bc40f2ba39deda6448a7baf57e0e6b76 (patch)
treeb0aa0fc60218835141122f5e5d054458bee57f40 /lisp/vc
parent41adf3281ef6386c539f1fb9d36c4fb3f643b77c (diff)
downloademacs-460fe4a1bc40f2ba39deda6448a7baf57e0e6b76.tar.gz
emacs-460fe4a1bc40f2ba39deda6448a7baf57e0e6b76.zip
; Doc fixes
* lisp/progmodes/xref.el (xref-file-location) (xref-backend-apropos): * etc/NEWS (Lisp Changes in Emacs 26.1): * doc/emacs/msdos.texi (Windows Keyboard): * lisp/vc/vc.el (vc-print-branch-log): * src/buffer.c (word-wrap): Doc additions and fixes.
Diffstat (limited to 'lisp/vc')
-rw-r--r--lisp/vc/vc.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/vc/vc.el b/lisp/vc/vc.el
index b80f0e69491..211feddc55d 100644
--- a/lisp/vc/vc.el
+++ b/lisp/vc/vc.el
@@ -2377,6 +2377,7 @@ When called interactively with a prefix argument, prompt for LIMIT."
2377 2377
2378;;;###autoload 2378;;;###autoload
2379(defun vc-print-branch-log (branch) 2379(defun vc-print-branch-log (branch)
2380 "Show the change log for BRANCH in a window."
2380 (interactive 2381 (interactive
2381 (list 2382 (list
2382 (vc-read-revision "Branch to log: "))) 2383 (vc-read-revision "Branch to log: ")))