all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#9233: Small error in Elisp manual
@ 2011-08-04  0:14 Juanma Barranquero
  2011-09-11  2:04 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Juanma Barranquero @ 2011-08-04  0:14 UTC (permalink / raw)
  To: 9233

Emacs Lisp Reference, "37.15 Network Servers" says:

    The server's process buffer value is never used directly by Emacs,
    but it is passed to the log function, which can log connections by
    inserting text there.

but in fact, the log function gets SERVER, CONNECTION (both processes)
and MESSAGE (a string).

It  should instead say something like: "The server's process buffer
value is never used directly, but the log function can retrieve it and
use it to log connections by inserting text there."

    Juanma





^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#9233: Small error in Elisp manual
  2011-08-04  0:14 bug#9233: Small error in Elisp manual Juanma Barranquero
@ 2011-09-11  2:04 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-09-11  2:04 UTC (permalink / raw)
  To: Juanma Barranquero; +Cc: 9233

Juanma Barranquero <lekktu@gmail.com> writes:

> It  should instead say something like: "The server's process buffer
> value is never used directly, but the log function can retrieve it and
> use it to log connections by inserting text there."

Ok; I've now installed this.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-11  2:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-04  0:14 bug#9233: Small error in Elisp manual Juanma Barranquero
2011-09-11  2:04 ` Lars Magne Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.