Skip to content

Commit 3588ff6

Browse files
authored
Merge pull request #7662 from frazze-jobb/frazze/stdlib/edlin_doc_fixes
stdlib: update since tags in edlin.xml OTP-18754
2 parents 93e4bf3 + f0ff529 commit 3588ff6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/stdlib/doc/src/edlin.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<date></date>
2929
<rev></rev>
3030
</header>
31-
<module since="OTP 26.0">edlin</module>
31+
<module since="OTP @OTP-18754@">edlin</module>
3232
<modulesummary>Line and input interpretter for the erlang shell.</modulesummary>
3333
<description>
3434
<p>This module reads input, handles any escape sequences that have been configured via edlin_key
@@ -234,7 +234,7 @@ $ ERL_FLAGS="-config $HOME/.erlang_keymap" erl
234234
</datatypes>
235235
<funcs>
236236
<func>
237-
<name name="keymap" arity="0" since=""/>
237+
<name name="keymap" arity="0" since="OTP @OTP-18754@"/>
238238
<fsummary>Get current keymap for the shell.</fsummary>
239239
<type name="keymap"/>
240240
<desc>

0 commit comments

Comments
 (0)