<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 5 Jul 2016, at 21:41, Douglas Gregor &lt;<a href="mailto:dgregor@apple.com" class="">dgregor@apple.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div class=""><blockquote type="cite" class="" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><div class=""><div class="">The following comment is incorrect, AFAIK. The `helpAnchor` is the name attribute of a HTML anchor element.<br class=""><br class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>/// A localized message providing "help" text if the user requests help.<br class=""><span class="Apple-tab-span" style="white-space: pre;">        </span>var helpAnchor: String? { get }<br class=""></div></div></blockquote><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br class=""></div><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Appleā€™s documentation says:</span></div><div class=""><br class=""></div><div class=""><p class="Objective-C para" style="border: 0px; font-size: 1.4em; margin: 0px 0px 15px; outline: 0px; padding: 0px; vertical-align: baseline; color: rgb(65, 65, 65); line-height: 20.299999237060547px; display: inline-block; font-family: Helvetica, Arial, sans-serif;"><code class="code-voice" style="border: 0px; font-size: 0.85em; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; color: rgb(128, 128, 128); font-family: Menlo, monospace; word-wrap: break-word; position: relative;">NSHelpAnchorErrorKey</code></p><span class="" style="font-family: Helvetica, Arial, sans-serif; font-size: 10px; background-color: rgb(249, 249, 249);"></span><div class="definition" style="border: 0px; font-size: 10px; margin: 0px 0px 15px; outline: 0px; padding: 0px; vertical-align: baseline; font-family: Helvetica, Arial, sans-serif;"><p class="para" style="border: 0px; font-size: 1.4em; margin: 0px 0px 15px; outline: 0px; padding: 0px; vertical-align: baseline; color: rgb(65, 65, 65); line-height: 20.299999237060547px;">The corresponding value is an&nbsp;<code class="code-voice" style="border: 0px; font-size: 0.85em; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; color: rgb(128, 128, 128); font-family: Menlo, monospace; word-wrap: break-word;">NSString</code>&nbsp;containing the localized help corresponding to the help button. See&nbsp;<code class="code-voice" style="border: 0px; font-size: 0.85em; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; color: rgb(128, 128, 128); font-family: Menlo, monospace; word-wrap: break-word;"><a href="https://developer.apple.com/library/mac/documentation/Cocoa/Reference/Foundation/Classes/NSError_Class/#//apple_ref/occ/instp/NSError/helpAnchor" data-renderer-version="2" class="" style="border: 0px; margin: 0px; outline: 0px; padding: 0px; vertical-align: baseline; color: rgb(0, 136, 204); text-decoration: none;">helpAnchor</a></code>&nbsp;for more information.</p></div></div></div></div></blockquote></div><br class=""><div class=""><div class="">A `helpAnchor` in <i class="">AppKit</i> is the name of an HTML anchor element:</div><div class=""><br class=""></div><div class=""><b class="">AppKit &gt; NSPrintPanel &gt; helpAnchor</b></div><div class="">&lt;<a href="https://developer.apple.com/reference/appkit/nsprintpanel/1490537-helpanchor" class="">https://developer.apple.com/reference/appkit/nsprintpanel/1490537-helpanchor</a>&gt;</div><div class=""><br class=""></div><div class=""><b class="">AppKit &gt; NSHelpManager &gt; openHelpAnchor(_:inBook:)</b></div><div class="">&lt;<a href="https://developer.apple.com/reference/appkit/nshelpmanager/1500908-openhelpanchor" class="">https://developer.apple.com/reference/appkit/nshelpmanager/1500908-openhelpanchor</a>&gt;</div><div class=""><br class=""></div><div class=""><b class="">Apple Help Programming Guide &gt; Authoring Apple Help &gt; Indexing Your Help Book &gt; Setting Anchors</b></div><div class="">&lt;<a href="https://developer.apple.com/library/mac/documentation/Carbon/Conceptual/ProvidingUserAssitAppleHelp/authoring_help/authoring_help_book.html#//apple_ref/doc/uid/TP30000903-CH206-CHDFBEHF" class="">https://developer.apple.com/library/mac/documentation/Carbon/Conceptual/ProvidingUserAssitAppleHelp/authoring_help/authoring_help_book.html#//apple_ref/doc/uid/TP30000903-CH206-CHDFBEHF</a>&gt;</div><div class=""><br class=""></div><div class="">-- Ben</div></div><div class=""><br class=""></div></body></html>