aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2016-10-26 12:22:24 +0200
committerHans Bolinder <[email protected]>2016-10-26 12:22:46 +0200
commit9d3a274fd55e5ab4e947b61ee83f83bfc0623eab (patch)
tree491fe677b6f6651446ec0b28fa58d6ee77abf12f /lib/stdlib
parent07fef73c1301664d76c04b1261c8f351b44510f6 (diff)
downloadotp-9d3a274fd55e5ab4e947b61ee83f83bfc0623eab.tar.gz
otp-9d3a274fd55e5ab4e947b61ee83f83bfc0623eab.tar.bz2
otp-9d3a274fd55e5ab4e947b61ee83f83bfc0623eab.zip
stdlib: Correct shell_default(3)
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/doc/src/shell_default.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/shell_default.xml b/lib/stdlib/doc/src/shell_default.xml
index 81c99bce10..75bf89ba8d 100644
--- a/lib/stdlib/doc/src/shell_default.xml
+++ b/lib/stdlib/doc/src/shell_default.xml
@@ -51,7 +51,7 @@
<p>In command one, module <seealso marker="lists"><c>lists</c></seealso> is
called. In command two, no module name is specified. The shell searches
module <c>user_default</c> followed by module <c>shell_default</c> for
- function <c>foo/1</c>.</p>
+ function <c>c/1</c>.</p>
<p><c>shell_default</c> is intended for "system wide"
customizations to the shell. <c>user_default</c> is intended for