about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2021-04-14 15:10:03 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2021-04-15 16:27:53 +0000
commit2144d0110282e5ab755e2ec159b8604208e671d5 (patch)
tree0c74467747bb39f281a05a652cfd4fd3763c070a
parent517e1777a52046ac86aca0b8c0b2c7c56d74bf29 (diff)
downloadzsh-2144d0110282e5ab755e2ec159b8604208e671d5.tar.gz
zsh-2144d0110282e5ab755e2ec159b8604208e671d5.tar.xz
zsh-2144d0110282e5ab755e2ec159b8604208e671d5.zip
45583/0007: vcs_info docs: vcs_info_lastmsg: Correct an ambiguous/wrong description.
-rw-r--r--ChangeLog3
-rw-r--r--Doc/Zsh/contrib.yo2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d2b3e19cf..626016c0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2021-04-15  Daniel Shahaf  <d.s@daniel.shahaf.name>
 
+	* 45583/0007: Doc/Zsh/contrib.yo: vcs_info docs:
+	vcs_info_lastmsg: Correct an ambiguous/wrong description.
+
 	* 45583/0006: Doc/Zsh/contrib.yo: vcs_info docs: Change
 	user-context name in an example, to avoid confusion with the
 	special-casing of the value `command' in vcs_info_lastmsg.
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index ef992bdeb..5fe5601a7 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -1510,7 +1510,7 @@ below for details.
 )
 findex(vcs_info_lastmsg)
 item(tt(vcs_info_lastmsg))(
-Outputs the last tt(${vcs_info_msg_*_}) value.
+Outputs the current values of tt(${vcs_info_msg_*_}).
 Takes into account the value of the tt(use-prompt-escapes) style in
 tt(':vcs_info:formats:command:-all-'). It also only prints tt(max-exports)
 values.