diff options
author | Eli Zaretskii <eliz@gnu.org> | 2003-11-02 06:29:59 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2003-11-02 06:29:59 +0000 |
commit | ad800164c88de7d29471d1fac5035c23ad82245d (patch) | |
tree | b7c3e1c3a24a2a214d0c81249b0381415fe07f8e /lispref/internals.texi | |
parent | 64d4923e0668305cf46eb881f8af4cc73427e8b0 (diff) | |
download | emacs-ad800164c88de7d29471d1fac5035c23ad82245d.tar.gz |
Replace @sc{foo} with @acronym{FOO}.
Diffstat (limited to 'lispref/internals.texi')
-rw-r--r-- | lispref/internals.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/internals.texi b/lispref/internals.texi index 721e1a5a7d6..c8cf5ed0f7c 100644 --- a/lispref/internals.texi +++ b/lispref/internals.texi @@ -1388,7 +1388,7 @@ A function called whenever the process receives a signal, or @code{nil}. The associated buffer of the process. @item pid -An integer, the Unix process @sc{id}. +An integer, the Unix process @acronym{ID}. @item childp A flag, non-@code{nil} if this is really a child process. @@ -1418,7 +1418,7 @@ needs to be reported, either by running the sentinel or by inserting a message in the process buffer. @item pty_flag -Non-@code{nil} if communication with the subprocess uses a @sc{pty}; +Non-@code{nil} if communication with the subprocess uses a @acronym{PTY}; @code{nil} if it uses a pipe. @item infd |