comparison lispref/help.texi @ 63583:99e9892a51d9

Fix formatting ugliness.
author Richard M. Stallman <rms@gnu.org>
date Sat, 18 Jun 2005 13:57:17 +0000
parents f69f062368dd
children e836425ee789 b7da78284d4c
comparison
equal deleted inserted replaced
63582:6dfe79da09ed 63583:99e9892a51d9
117 @var{symbol}'s property list under property @var{property}. It 117 @var{symbol}'s property list under property @var{property}. It
118 retrieves the text from a file if the value calls for that. If the 118 retrieves the text from a file if the value calls for that. If the
119 property value isn't @code{nil}, isn't a string, and doesn't refer to 119 property value isn't @code{nil}, isn't a string, and doesn't refer to
120 text in a file, then it is evaluated to obtain a string. 120 text in a file, then it is evaluated to obtain a string.
121 121
122 Finally, @code{documentation-property} passes the string through 122 The last thing this function does is pass the string through
123 @code{substitute-command-keys} to substitute actual key bindings, 123 @code{substitute-command-keys} to substitute actual key bindings,
124 unless @var{verbatim} is non-@code{nil}. 124 unless @var{verbatim} is non-@code{nil}.
125 125
126 @smallexample 126 @smallexample
127 @group 127 @group