diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-12 02:09:51 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-12 02:09:51 (GMT) |
commit | 682d5f3cdace81b656d0d76e298f657e2da75b03 (patch) | |
tree | 86c8cf801b9b44ce50dc45801d97d4d60ca83e6b /Doc/lib/libcmd.tex | |
parent | 07178d237ac180a9daa48af2a4c7b5b00d07dcfc (diff) | |
download | cpython-682d5f3cdace81b656d0d76e298f657e2da75b03.zip cpython-682d5f3cdace81b656d0d76e298f657e2da75b03.tar.gz cpython-682d5f3cdace81b656d0d76e298f657e2da75b03.tar.bz2 |
Follow the recommended practices for keystroke representation; this
improves internal consistency in the documentation.
Diffstat (limited to 'Doc/lib/libcmd.tex')
-rw-r--r-- | Doc/lib/libcmd.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/lib/libcmd.tex b/Doc/lib/libcmd.tex index 54d924f..847aa20 100644 --- a/Doc/lib/libcmd.tex +++ b/Doc/lib/libcmd.tex @@ -33,10 +33,10 @@ The optional argument is a banner or intro string to be issued before the first prompt (this overrides the \member{intro} class member). If the \module{readline} module is loaded, input will automatically -inherit \program{bash}-like history-list editing (e.g. \kbd{Ctrl-P} -scrolls back to the last command, \kbd{Ctrl-N} forward to the next -one, \kbd{Ctrl-F} moves the cursor to the right non-destructively, -\kbd{Ctrl-B} moves the cursor to the left non-destructively, etc.). +inherit \program{bash}-like history-list editing (e.g. \kbd{Control-P} +scrolls back to the last command, \kbd{Control-N} forward to the next +one, \kbd{Control-F} moves the cursor to the right non-destructively, +\kbd{Control-B} moves the cursor to the left non-destructively, etc.). An end-of-file on input is passed back as the string \code{'EOF'}. |