comparison doc/interpreter/external.txi @ 18953:bcbd309bf272 stable

doc: Fix quote character at beginning of External Code Interfaces chapter. * external.txi: Use regular dobule quote rather than smart quote which is not rendered by Texinfo.
author Rik <rik@octave.org>
date Wed, 23 Jul 2014 08:38:46 -0700
parents 96f22d6674c4
children
comparison
equal deleted inserted replaced
18917:f6468b8c6a74 18953:bcbd309bf272
21 @appendix External Code Interface 21 @appendix External Code Interface
22 @cindex dynamic-linking 22 @cindex dynamic-linking
23 @cindex Dynamically Linked Functions 23 @cindex Dynamically Linked Functions
24 @cindex Octave API 24 @cindex Octave API
25 25
26 “The sum of human wisdom is not contained in any one language" 26 "The sum of human wisdom is not contained in any one language"
27 ---Ezra Pound 27 ---Ezra Pound
28 28
29 Octave is a fantastic language for solving many problems in science and 29 Octave is a fantastic language for solving many problems in science and
30 engineering. However, it is not the only computer language and there 30 engineering. However, it is not the only computer language and there
31 are times when you may want to use code written in other languages. 31 are times when you may want to use code written in other languages.