summaryrefslogtreecommitdiff
path: root/specs/List.xml
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-18 13:55:34 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-02-18 13:55:34 -0800
commit27dc1e9e6d014f21fbec1d6f4a2220598884f389 (patch)
tree7c0daf61d534e0f375de82209de3a055a18ab96e /specs/List.xml
parent1ba0cad53d1805476d146576153e52af981c8478 (diff)
downloadxorg-lib-libXaw-27dc1e9e6d014f21fbec1d6f4a2220598884f389.tar.gz
specs: Convert ``quotes'' to <quote>
perl -i -p -e 's{\`\`(.*?)\x27\x27}{<quote>\1</quote>}' *.xml Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'specs/List.xml')
-rw-r--r--specs/List.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/List.xml b/specs/List.xml
index e3ac5a3..aff9256 100644
--- a/specs/List.xml
+++ b/specs/List.xml
@@ -850,11 +850,11 @@ the string member is undefined, and no item is currently selected.
<title>Restrictions</title>
<para>
<!-- .LP -->
-Many programmers create a ``scrolled list'' by putting a List
+Many programmers create a <quote>scrolled list</quote> by putting a List
widget with many entries as a child of a Viewport widget. The
List continues to create a window as big as its contents, but
that big window is only visible where it intersects the parent
-Viewport's window. (I.e., it is ``clipped.'')
+Viewport's window. (I.e., it is <quote>clipped.</quote>)
</para>
<para>
<!-- .LP -->