summaryrefslogtreecommitdiff
path: root/lisp/vc/log-view.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-02-08 22:25:18 -0800
committerGlenn Morris <rgm@gnu.org>2012-02-08 22:25:18 -0800
commitdab3703d9b97bade872fed780b849b7848828eaf (patch)
treee570183b461a28ff4b87cae9856d88f2626e859b /lisp/vc/log-view.el
parent65e6fb28e0861267461c39bae222e731c0840f8b (diff)
downloademacs-dab3703d9b97bade872fed780b849b7848828eaf.tar.gz
Small VC doc fixes
* lisp/vc/log-view.el (log-view-toggle-entry-display): * lisp/vc/vc.el (vc-merge, vc-pull): Doc fixes. * etc/NEWS: Condense a few VC entries.
Diffstat (limited to 'lisp/vc/log-view.el')
-rw-r--r--lisp/vc/log-view.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/vc/log-view.el b/lisp/vc/log-view.el
index 849954f2cf8..7512c9283eb 100644
--- a/lisp/vc/log-view.el
+++ b/lisp/vc/log-view.el
@@ -376,6 +376,8 @@ log entries."
marked-list)))
(defun log-view-toggle-entry-display ()
+ "If possible, expand the current Log View entry.
+This calls `log-view-expanded-log-entry-function' to do the work."
(interactive)
;; Don't do anything unless `log-view-expanded-log-entry-function'
;; is defined in this mode.