clarify what 'displayed' is programmatically (a call to get-admin)
original commit: 253ae42558a1badfcd75211d9f794a84393cf5b6
This commit is contained in:
parent
ccc833b745
commit
98f52ba83d
|
@ -1,5 +1,5 @@
|
||||||
#reader scribble/reader
|
#lang at-exp scheme/base
|
||||||
(module blurbs scheme/base
|
|
||||||
(require scribble/struct
|
(require scribble/struct
|
||||||
scribble/manual
|
scribble/manual
|
||||||
scribble/scheme
|
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|.})
|
start/end @techlink{position} is incremented by @|what|.})
|
||||||
|
|
||||||
(define OVD
|
(define OVD
|
||||||
@elem{The result is only valid when the editor is displayed (see
|
@elem{The result is only valid when the editor is displayed
|
||||||
@secref["tb:miaoverview"]).})
|
(see @secref["tb:miaoverview"]). Editors are displayed when
|
||||||
|
@method[editor<%> get-admin] returns an administrator (not @racket[#f]).})
|
||||||
|
|
||||||
(define (FCAX c details)
|
(define (FCAX c details)
|
||||||
@elem{@|c|alling this method may force the recalculation of @techlink{location}
|
@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)))
|
(index* (list (format "~a preference" (res-sym s)))
|
||||||
(list r)
|
(list r)
|
||||||
r)))
|
r)))
|
||||||
)
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user