aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2011-04-04 12:30:18 +0200
committerHenrik Nord <[email protected]>2011-04-04 12:30:24 +0200
commit3fcefa8fd498a7bba83948dd83e39a1569df3a43 (patch)
tree540afcd02e8c5b4371fa85ed4c235202a01af167 /lib/stdlib
parent8773ee1b029e3443bba5bedd12ba93ba59a6ea78 (diff)
parent6597f81ec28909d1b3670e1c701f1175394c3fc2 (diff)
downloadotp-3fcefa8fd498a7bba83948dd83e39a1569df3a43.tar.gz
otp-3fcefa8fd498a7bba83948dd83e39a1569df3a43.tar.bz2
otp-3fcefa8fd498a7bba83948dd83e39a1569df3a43.zip
Merge branch 'bd/doc_fixes2' into dev
* bd/doc_fixes2: Fix mistake in blowfish_ebc_en/decrypt docs Compile fixes for earlier documentation fixes Various small documentation fixes OTP-9172
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/doc/src/dict.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/stdlib/doc/src/dict.xml b/lib/stdlib/doc/src/dict.xml
index 40e61d7d33..0cc76e0c78 100644
--- a/lib/stdlib/doc/src/dict.xml
+++ b/lib/stdlib/doc/src/dict.xml
@@ -55,10 +55,8 @@ dictionary()
</type>
<desc>
<p>This function appends a new <c>Value</c> to the current list
- of values associated with <c>Key</c>. An exception is
- generated if the initial value associated with <c>Key</c> is
- not a list of values.</p>
- </desc>
+ of values associated with <c>Key</c>.</p>
+ </desc>
</func>
<func>
<name>append_list(Key, ValList, Dict1) -> Dict2</name>