summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1999-02-02 19:17:22 +0000
committerKarl Heuer <kwzh@gnu.org>1999-02-02 19:17:22 +0000
commit73b7a92263c375786dc5e733235b9852ff49d17f (patch)
tree935a5652ec8c13be3edada85d6964378548f4e23
parent247be8370478db4bdd2ec7625bf292b49b622ff9 (diff)
downloademacs-73b7a92263c375786dc5e733235b9852ff49d17f.tar.gz
(terminal-emulator): Doc fix.
-rw-r--r--lisp/terminal.el2
1 files changed, 1 insertions, 1 deletions
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.