1
0
mirror of https://github.com/golang/go synced 2024-09-30 22:48:32 -06:00
go/present
Dmitri Shuralyov 6fe81c0879 present: remove mention of non-existing emphasis toggle
To find out whether the documentation was wrong, or if the
implementation had a bug, I did some code archeology. The earliest
commit I found where the 'h' key in browser was mentioned was the
very first commit where the present format is added. It was in talks
subrepo before being moved to tools subrepo. It was CL 6497063.

In that commit, I see no mention of 'h' key anywhere else except
that one line of documentation.

Three years later, the 'h' key got mapped to hiding the help dialog
in CL 4910.

My best guess is this original feature was documented but
never implemented. So removing it from documentation is
the most appropriate fix.

Fixes golang/go#17375.

Change-Id: Ibe0b39d73a7a0652acd6a04beddfcff22b0e3c4a
Reviewed-on: https://go-review.googlesource.com/c/143557
Reviewed-by: Andrew Gerrand <adg@golang.org>
2018-10-22 17:16:10 +00:00
..
args.go go.tools/godoc/present: move present package from go.talks 2013-09-19 10:55:46 +10:00
caption.go go.tools/present: add support for figure captions 2014-07-15 08:23:16 -07:00
code_test.go x/tools/present: remove unused code 2017-03-01 14:50:10 +00:00
code.go x/tools/present: remove unused code 2017-03-01 14:50:10 +00:00
doc.go present: remove mention of non-existing emphasis toggle 2018-10-22 17:16:10 +00:00
html.go go.tools/godoc/present: move present package from go.talks 2013-09-19 10:55:46 +10:00
iframe.go present: fix typo 2017-01-16 01:16:45 +00:00
image.go go.tools/present: allow intentionally empty parameters 2014-06-12 15:45:26 -07:00
link_test.go go.tools/godoc/present: move present package from go.talks 2013-09-19 10:55:46 +10:00
link.go x/tools/present: fix element number check 2017-06-08 00:01:16 +00:00
parse.go cmd/present: display slide numbers 2018-04-13 16:54:21 +00:00
style_test.go present: allow markup inside punctuation connected to other text 2016-12-01 05:16:25 +00:00
style.go x/tools: simplify and format code 2017-02-28 14:15:42 +00:00
video.go x/tools/present: add video element for slides 2016-01-13 03:34:37 +00:00