Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7ae3a5e

Browse files
Resynchronize the TeX docs with (a) the module docstring, and (b) my recent
fix to the code to make it behave like the module docstring.
1 parent c72c3be commit 7ae3a5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libcmd.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ \subsection{Cmd Objects}
4343

4444
An interpreter instance will recognize a command name \samp{foo} if
4545
and only if it has a method \method{do_foo()}. As a special case,
46-
a line containing only the character \character{?} is dispatched to
46+
a line beginning with the character \character{?} is dispatched to
4747
the method \method{do_help()}. As another special case, a line
48-
containing only the character \character{!} is dispatched to the
48+
beginning with the character \character{!} is dispatched to the
4949
method \method{do_shell} (if such a method is defined).
5050

5151
All subclasses of \class{Cmd} inherit a predefined \method{do_help}.

0 commit comments

Comments
 (0)