From: Karl Heuer Date: Tue, 2 Feb 1999 19:17:22 +0000 (+0000) Subject: (terminal-emulator): Doc fix. X-Git-Tag: emacs-20.4~696 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=73b7a92263c375786dc5e733235b9852ff49d17f;p=emacs.git (terminal-emulator): Doc fix. --- diff --git a/lisp/terminal.el b/lisp/terminal.el index 04f98302ecc..275884cade6 100644 --- a/lisp/terminal.el +++ b/lisp/terminal.el @@ -1069,7 +1069,7 @@ move to start of new line, clear to end of line." ARGS is a list of argument-strings. Remaining arguments are WIDTH and HEIGHT. BUFFER's contents are made an image of the display generated by that program, and any input typed when BUFFER is the current Emacs buffer is sent to that -program an keyboard input. +program as keyboard input. Interactively, BUFFER defaults to \"*terminal*\" and PROGRAM and ARGS are parsed from an input-string using your usual shell.