From 98f52ba83d6d19f2110aede6c3213e6596ffc170 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Wed, 28 Nov 2012 13:11:36 -0600 Subject: [PATCH] clarify what 'displayed' is programmatically (a call to get-admin) original commit: 253ae42558a1badfcd75211d9f794a84393cf5b6 --- collects/scribblings/gui/blurbs.rkt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/collects/scribblings/gui/blurbs.rkt b/collects/scribblings/gui/blurbs.rkt index 4d8655ab..ce730c1f 100644 --- a/collects/scribblings/gui/blurbs.rkt +++ b/collects/scribblings/gui/blurbs.rkt @@ -1,5 +1,5 @@ -#reader scribble/reader -(module blurbs scheme/base +#lang at-exp scheme/base + (require scribble/struct scribble/manual scribble/scheme @@ -95,8 +95,9 @@ or equal to the selection's start/end @techlink{position}, then the selection's start/end @techlink{position} is incremented by @|what|.}) (define OVD - @elem{The result is only valid when the editor is displayed (see - @secref["tb:miaoverview"]).}) + @elem{The result is only valid when the editor is displayed + (see @secref["tb:miaoverview"]). Editors are displayed when + @method[editor<%> get-admin] returns an administrator (not @racket[#f]).}) (define (FCAX c details) @elem{@|c|alling this method may force the recalculation of @techlink{location} @@ -269,5 +270,5 @@ information@|details|, even if the editor currently has delayed refreshing (see (index* (list (format "~a preference" (res-sym s))) (list r) r))) - ) +