aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov2019-07-25 02:21:28 +0300
committerJuri Linkov2019-07-25 02:21:28 +0300
commit8a5a1bebfa95bf50ef390e4b101f1cfe8046d565 (patch)
tree7785bff52ecada55f91ad9952f39e4a3586f2e8f /etc
parenta5063aa8b174db286a0e83b8ffdd4e65c521f733 (diff)
downloademacs-8a5a1bebfa95bf50ef390e4b101f1cfe8046d565.tar.gz
emacs-8a5a1bebfa95bf50ef390e4b101f1cfe8046d565.zip
* lisp/vc/vc.el (vc-log-search): Fix docstring (bug#36644).
* lisp/vc/vc-git.el (vc-git-log-search): Add docstring.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 08f0e654f7f..c1cc216659e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -703,8 +703,8 @@ buffers will delete the marked files (or if no files are marked, the
703file under point). This command does not notify the VC backend, and 703file under point). This command does not notify the VC backend, and
704is mostly useful for unregistered files. 704is mostly useful for unregistered files.
705 705
706*** New command 'vc-log-search' asks for a pattern string, searches 706*** New command 'vc-log-search' asks for a pattern, searches it
707it in the revision log, and displays matched log entries in the 707in the revision log, and displays matched log entries in the
708log buffer. For example, 'M-x vc-log-search RET bug#36644 RET' 708log buffer. For example, 'M-x vc-log-search RET bug#36644 RET'
709displays all entries whose log messages match the bug number. 709displays all entries whose log messages match the bug number.
710With a prefix argument asks for a command, so for example, 710With a prefix argument asks for a command, so for example,