diff options
| author | Juri Linkov | 2019-07-25 02:21:28 +0300 |
|---|---|---|
| committer | Juri Linkov | 2019-07-25 02:21:28 +0300 |
| commit | 8a5a1bebfa95bf50ef390e4b101f1cfe8046d565 (patch) | |
| tree | 7785bff52ecada55f91ad9952f39e4a3586f2e8f /etc | |
| parent | a5063aa8b174db286a0e83b8ffdd4e65c521f733 (diff) | |
| download | emacs-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/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -703,8 +703,8 @@ buffers will delete the marked files (or if no files are marked, the | |||
| 703 | file under point). This command does not notify the VC backend, and | 703 | file under point). This command does not notify the VC backend, and |
| 704 | is mostly useful for unregistered files. | 704 | is 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 |
| 707 | it in the revision log, and displays matched log entries in the | 707 | in the revision log, and displays matched log entries in the |
| 708 | log buffer. For example, 'M-x vc-log-search RET bug#36644 RET' | 708 | log buffer. For example, 'M-x vc-log-search RET bug#36644 RET' |
| 709 | displays all entries whose log messages match the bug number. | 709 | displays all entries whose log messages match the bug number. |
| 710 | With a prefix argument asks for a command, so for example, | 710 | With a prefix argument asks for a command, so for example, |