aboutsummaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2016-06-19 09:36:51 +0000
committerTatsuya Kinoshita <tats@debian.org>2016-06-19 09:36:51 +0000
commit920d56e3f0448d981123e28bd41a0897fca7e728 (patch)
treedd8d1f656acbfb77514a7c873f2bb97a60135922 /main.c
parentUpdate description of SOURCE and VIEW (diff)
downloadw3m-920d56e3f0448d981123e28bd41a0897fca7e728.tar.gz
w3m-920d56e3f0448d981123e28bd41a0897fca7e728.zip
Update description of SOURCE and VIEW
Diffstat (limited to '')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 26d509b..bd424de 100644
--- a/main.c
+++ b/main.c
@@ -4704,7 +4704,7 @@ DEFUN(curURL, PEEK, "Show current address")
}
/* view HTML source */
-DEFUN(vwSrc, SOURCE VIEW, "Display HTML source")
+DEFUN(vwSrc, SOURCE VIEW, "Toggle between HTML shown or processed")
{
Buffer *buf;