]> git.eshelyaron.com Git - emacs.git/commitdiff
; Revise docstring from last change
authorSean Whitton <spwhitton@spwhitton.name>
Sat, 12 Oct 2024 08:58:25 +0000 (16:58 +0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 14 Oct 2024 17:38:46 +0000 (19:38 +0200)
(cherry picked from commit 16e835171a8ce388e581174925e47263e864727d)

lisp/vc/vc-hg.el

index 4cdcfe5cb960981b8815ec36e08b86f3488b667b..856bea66a6f7eee2d8e456e4bb8a8e9f70c4c117 100644 (file)
@@ -397,11 +397,11 @@ specific file to query."
 (defun vc-hg-print-log (files buffer &optional shortlog start-revision limit)
   "Print commit log associated with FILES into specified BUFFER.
 If SHORTLOG is non-nil, use a short format based on `vc-hg-root-log-format'.
-If LIMIT is non-nil, show no more than this many entries.
+If LIMIT is a positive integer, show no more than that many entries.
 
-If START-REVISION is nil, the commit log is printed starting from the
-working directory parent (revset \".\").  If START-REVISION is non-nil,
-the log is printed starting from that revision."
+If START-REVISION is nil, print the commit log starting from the working
+directory parent (revset \".\").  If START-REVISION is a string, print
+the log starting from that revision."
   ;; `vc-do-command' creates the buffer, but we need it before running
   ;; the command.
   (vc-setup-buffer buffer)