diff options
author | Hans Bolinder <[email protected]> | 2016-10-26 12:25:31 +0200 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2016-10-26 12:25:31 +0200 |
commit | 840ea4d00f6f49f984cf8eb2bcb50358c0ea189b (patch) | |
tree | c55504c086f89739e0138ba9d69de006db3c95ac /lib | |
parent | a728202d3de71326cf96952ba90cd96f31537cca (diff) | |
parent | 1a3fe8aa6d839ec6a79a0da0395b69f73b955ae9 (diff) | |
download | otp-840ea4d00f6f49f984cf8eb2bcb50358c0ea189b.tar.gz otp-840ea4d00f6f49f984cf8eb2bcb50358c0ea189b.tar.bz2 otp-840ea4d00f6f49f984cf8eb2bcb50358c0ea189b.zip |
Merge branch 'maint'
* maint:
stdlib: Correct shell_default(3)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/stdlib/doc/src/shell_default.xml | 2 |
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 |